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 2eaf339 commit 3ac7b0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diagnostics/opensearch/filebeat/conf/filebeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ setup.template.name: "filebeat-%{[agent.version]}"
setup.template.pattern: "filebeat-%{[agent.version]}-*"
output.elasticsearch:
hosts: '${ELASTIC_HOST}'
index: "filebeat-%{[agent.version]}-new-%{+yyyy.MM.dd}"
indices:
- index: "%{[datastream]}"
when.not.equals:
Expand Down

0 comments on commit 3ac7b0e

Please sign in to comment.