Skip to content

Commit

Permalink
Log to stderr in auditbeat reference manifest for kubernetes (elastic…
Browse files Browse the repository at this point in the history
…#17443) (elastic#17501)

(cherry picked from commit 28e72b0)
  • Loading branch information
jsoriano authored Apr 6, 2020
1 parent 481856a commit 4577da0
Show file tree
Hide file tree
Showing 3 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 @@ -238,6 +238,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d

*Auditbeat*

- Log to stderr when running using reference kubernetes manifests. {pull}17443[174443]

*Filebeat*

Expand Down
1 change: 1 addition & 0 deletions deploy/kubernetes/auditbeat-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ spec:
image: docker.elastic.co/beats/auditbeat:7.8.0
args: [
"-c", "/etc/auditbeat.yml"
"-e",
]
env:
- name: ELASTICSEARCH_HOST
Expand Down
1 change: 1 addition & 0 deletions deploy/kubernetes/auditbeat/auditbeat-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ spec:
image: docker.elastic.co/beats/auditbeat:%VERSION%
args: [
"-c", "/etc/auditbeat.yml"
"-e",
]
env:
- name: ELASTICSEARCH_HOST
Expand Down

0 comments on commit 4577da0

Please sign in to comment.