File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,12 @@ configs:
2929 password: elastic
3030 mapping:
3131 mode: otel
32+ logs_dynamic_index:
33+ enabled: true
34+ metrics_dynamic_index:
35+ enabled: true
36+ traces_dynamic_index:
37+ enabled: true
3238 flush:
3339 bytes: 1048576 # apm-server default instead of 5000000
3440 interval: 1s # apm-server default instead of 30s
Original file line number Diff line number Diff line change @@ -177,6 +177,12 @@ data:
177177 password: elastic
178178 mapping:
179179 mode: otel
180+ logs_dynamic_index:
181+ enabled: true
182+ metrics_dynamic_index:
183+ enabled: true
184+ traces_dynamic_index:
185+ enabled: true
180186 flush:
181187 bytes: 1048576 # apm-server default instead of 5000000
182188 interval: 1s # apm-server default instead of 30s
You can’t perform that action at this time.
0 commit comments