File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
lib/logstash/outputs/elasticsearch Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def self.included(mod)
26
26
# From Logstash 1.3 onwards, a template is applied to Elasticsearch during
27
27
# Logstash's startup if one with the name `template_name` does not already exist.
28
28
# 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
30
30
# `logstash-*`. Should you require support for other index names, or would like
31
31
# to change the mappings in the template in general, a custom template can be
32
32
# specified by setting `template` to the path of a template file.
You can’t perform that action at this time.
0 commit comments