Skip to content

Commit 86a8aa9

Browse files
authored
Update common_configs.rb
1 parent 8804933 commit 86a8aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logstash/outputs/elasticsearch/common_configs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def self.included(mod)
2626
# From Logstash 1.3 onwards, a template is applied to Elasticsearch during
2727
# Logstash's startup if one with the name `template_name` does not already exist.
2828
# By default, the contents of this template is the default template for
29-
# `logstash-%{+YYYY.MM.dd}` which always matches indices based on the pattern
29+
# `logstash-%{+yyyy.MM.dd}` which always matches indices based on the pattern
3030
# `logstash-*`. Should you require support for other index names, or would like
3131
# to change the mappings in the template in general, a custom template can be
3232
# specified by setting `template` to the path of a template file.

0 commit comments

Comments
 (0)