There was an error while loading. Please reload this page.
1 parent e2ef106 commit 6c886efCopy full SHA for 6c886ef
1 file changed
services/logstash/logstash.yaml.liquid
@@ -43,8 +43,9 @@ spec:
43
hosts => [ "${UPSTREAM_ES_HOSTS}" ]
44
user => "${UPSTREAM_ES_USER}"
45
password => "${UPSTREAM_ES_PASSWORD}"
46
- index => "{{ contexts["plrl/cloud/observability"].elastic.user }}-logs-%{+YYYY.MM.dd}"
+ index => "{{ contexts["plrl/cloud/observability"].elastic.index }}"
47
manage_template => false
48
+ ilm_enabled => false
49
# Longer timeout while ES is under merge/ILM load (default 60s).
50
timeout => 120
51
retry_max_interval => 120
0 commit comments