Skip to content

Commit d54ed7d

Browse files
committed
Fix Logs page from showing empty
1 parent 3211b45 commit d54ed7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/logging/cws-logstash.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ output {
5757
elasticsearch {
5858
hosts => ["__CWS_ES_PROTOCOL__://__CWS_ES_HOST__:__CWS_ES_PORT__"]
5959
ilm_enabled => false
60+
index => "logstash-%{+YYYY.MM.dd}"
6061
ssl => __LOGSTASH_ES_USE_SSL__
6162
__LOGSTASH_ES_USERNAME__
6263
__LOGSTASH_ES_PASSWORD__

0 commit comments

Comments
 (0)