Skip to content

Commit

Permalink
Update filebeat-k8s.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bthorat5 authored Oct 3, 2024
1 parent bd26e95 commit bb6c777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diagnostics/opensearch/filebeat/conf/filebeat-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ output.elasticsearch:
- index: "filebeat-%{[agent.version]}-%{[tenant.name]}-%{+yyyy.MM.dd}"
when.equals:
tenantLevelIndex: "yes"
- index: "filebeat-%{[agent.version]}-kami-%{+yyyy.MM.dd}" # New index for kami prefixed fields
- index: "filebeat-%{[agent.version]}-kami-%{+yyyy.MM.dd}" # New index for kami prefixed field
when.has_fields: ["kami.log_type"]
bulk_max_size: '${BULK_MAX_SIZE:50}'
worker: '${WORKER_COUNT:1}'

0 comments on commit bb6c777

Please sign in to comment.