Skip to content

Commit 092f64e

Browse files
authored
Merge pull request #148 from pluralsh/lukasz/prod-5050-convert-es-indices-in-plural-cloud-to-use-rollover-policies
write cloud logs to rollover alias
2 parents e2ef106 + 6c886ef commit 092f64e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

services/logstash/logstash.yaml.liquid

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ spec:
4343
hosts => [ "${UPSTREAM_ES_HOSTS}" ]
4444
user => "${UPSTREAM_ES_USER}"
4545
password => "${UPSTREAM_ES_PASSWORD}"
46-
index => "{{ contexts["plrl/cloud/observability"].elastic.user }}-logs-%{+YYYY.MM.dd}"
46+
index => "{{ contexts["plrl/cloud/observability"].elastic.index }}"
4747
manage_template => false
48+
ilm_enabled => false
4849
# Longer timeout while ES is under merge/ILM load (default 60s).
4950
timeout => 120
5051
retry_max_interval => 120

0 commit comments

Comments
 (0)