We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69dff2 commit dde6797Copy full SHA for dde6797
contrib-modules/elasticsearch/templates/etc/elasticsearch/logging.yml.erb
@@ -35,7 +35,7 @@ appender:
35
type: <%= @file_rolling_type %>
36
file: ${path.logs}/${cluster.name}.log
37
<%- if @file_rolling_type == 'dailyRollingFile' -%>
38
- datePattern: <%= @daily_rolling_date_pattern %>
+ datePattern: "<%= @daily_rolling_date_pattern %>"
39
<%- elsif @file_rolling_type == 'rollingFile' -%>
40
maxBackupIndex: <%= @rolling_file_max_backup_index %>
41
maxFileSize: <%= @rolling_file_max_file_size %>
0 commit comments