Skip to content

Commit

Permalink
Add filestream ID on standalone kubernetes manifest
Browse files Browse the repository at this point in the history
This commit add unique IDs for the filestream inputs used by the
Kubernetes integration in the Elastic-Agent standalone
Kubernetes configuration/manifest file.
  • Loading branch information
belimawr committed Jul 19, 2022
1 parent 78019a9 commit 9c7399e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
- diagnostics collect file mod times are set. {pull}570[570]
- Allow ':' characters in dynamic variables {issue}624[624] {pull}680[680]
- Allow the - char to appear as part of variable names in eql expressions. {issue}709[709] {pull}710[710]
- Fix data duplication for standalone agent on Kubernetes using the default manifest {issue-beats}31512[31512] {pull}742[742]

==== New features

Expand Down
2 changes: 2 additions & 0 deletions deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ data:
fields:
ecs.version: 1.12.0
- name: container-log
id: container-log-${kubernetes.pod.name}-${kubernetes.container.id}
type: filestream
use_output: default
meta:
Expand All @@ -253,6 +254,7 @@ data:
- /var/log/containers/*${kubernetes.container.id}.log
- name: audit-log
type: filestream
id: audit-log
use_output: default
meta:
package:
Expand Down

0 comments on commit 9c7399e

Please sign in to comment.