Skip to content

Commit

Permalink
Update filebeat.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bthorat5 authored Oct 28, 2024
1 parent 4585c2b commit 2eaf339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diagnostics/opensearch/filebeat/conf/filebeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ output.elasticsearch:
- index: "filebeat-%{[agent.version]}-new-%{[tenant.name]}-%{[docker.attrs.ROLE_NAME]}-%{+yyyy.MM.dd}"
when.equals:
serviceLevelIndex: "yes"
- index: "filebeat-%{[agent.version]}-new-%{+yyyy.MM.dd}"
- index: "filebeat-%{[agent.version]}-new-%{[tenant.name]}-%{+yyyy.MM.dd}"
when.equals:
tenantLevelIndex: "yes"
bulk_max_size: '${BULK_MAX_SIZE:50}'
Expand Down

0 comments on commit 2eaf339

Please sign in to comment.