Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add filestream ID on standalone kubernetes manifest #742

Merged
merged 2 commits into from
Jul 22, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add filestream ID on standalone kubernetes manifest
This commit add unique IDs for the filestream inputs used by the
Kubernetes integration in the Elastic-Agent standalone
Kubernetes configuration/manifest file.
belimawr committed Jul 19, 2022
commit c3338e33c0d509462341b983079eb93e2b316e8a
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
@@ -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

2 changes: 2 additions & 0 deletions deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml
Original file line number Diff line number Diff line change
@@ -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:
@@ -252,6 +253,7 @@ data:
paths:
- /var/log/containers/*${kubernetes.container.id}.log
- name: audit-log
id: audit-log
type: filestream
use_output: default
meta:
Original file line number Diff line number Diff line change
@@ -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:
@@ -252,6 +253,7 @@ data:
paths:
- /var/log/containers/*${kubernetes.container.id}.log
- name: audit-log
id: audit-log
type: filestream
use_output: default
meta: