Skip to content

Commit

Permalink
Merge pull request elastic#697 from SpenserJ/patch-1
Browse files Browse the repository at this point in the history
Adding note about outputs/elasticsearch/index requiring lowercase letters
  • Loading branch information
untergeek committed Dec 4, 2013
2 parents 935e852 + 77f1ff6 commit 4b988ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/logstash/outputs/elasticsearch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class LogStash::Outputs::ElasticSearch < LogStash::Outputs::Base
# The index to write events to. This can be dynamic using the %{foo} syntax.
# The default value will partition your indices by day so you can more easily
# delete old data or only search specific date ranges.
# Indexes may not contain uppercase characters.
config :index, :validate => :string, :default => "logstash-%{+YYYY.MM.dd}"

# The index type to write events to. Generally you should try to write only
Expand Down

0 comments on commit 4b988ee

Please sign in to comment.