From 86a8aa954a8c85eabf54275fafdc16d39bb08287 Mon Sep 17 00:00:00 2001 From: Nazar Buko Date: Tue, 18 Aug 2020 12:17:42 -0400 Subject: [PATCH] Update common_configs.rb --- lib/logstash/outputs/elasticsearch/common_configs.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/logstash/outputs/elasticsearch/common_configs.rb b/lib/logstash/outputs/elasticsearch/common_configs.rb index dc2efea56..e111510ae 100644 --- a/lib/logstash/outputs/elasticsearch/common_configs.rb +++ b/lib/logstash/outputs/elasticsearch/common_configs.rb @@ -26,7 +26,7 @@ def self.included(mod) # From Logstash 1.3 onwards, a template is applied to Elasticsearch during # Logstash's startup if one with the name `template_name` does not already exist. # By default, the contents of this template is the default template for - # `logstash-%{+YYYY.MM.dd}` which always matches indices based on the pattern + # `logstash-%{+yyyy.MM.dd}` which always matches indices based on the pattern # `logstash-*`. Should you require support for other index names, or would like # to change the mappings in the template in general, a custom template can be # specified by setting `template` to the path of a template file.