Skip to content

Commit 334761d

Browse files
committed
Change index naming convention in order to write data immediatelly after upgrade
1 parent 4ff7a01 commit 334761d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/operations/cloudfoundry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
- type: replace
7373
path: /instance_groups/name=ingestor/jobs/name=ingestor_syslog/properties/logstash_parser/elasticsearch?
7474
value:
75-
index: logs-%{[@metadata][index]}-%{+YYYY.MM.dd}
75+
index: logs-%{[@metadata][index]}-v6-%{+YYYY.MM.dd}
7676

7777
- type: replace
7878
path: /instance_groups/name=ingestor/jobs/-

0 commit comments

Comments
 (0)