Skip to content

Commit

Permalink
Add nodes to filebeat-kubernetes.yaml ClusterRole - fixes #24051 (#24052
Browse files Browse the repository at this point in the history
) (#24080)

(cherry picked from commit 410d900)

Co-authored-by: Jeff Spahr <spahrj@gmail.com>
  • Loading branch information
ChrsMark and jeffspahr authored Feb 17, 2021
1 parent c7d49d9 commit 340760f
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 @@ -47,6 +47,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Fix parsing issues with nested JSON payloads in Elasticsearch audit log fileset. {pull}22975[22975]
- Rename `network.direction` values in crowdstrike/falcon to `ingress`/`egress`. {pull}23041[23041]
- Rename `s3` input to `aws-s3` input. {pull}23469[23469]
- Add `nodes` to filebeat-kubernetes.yaml ClusterRole. {issue}24051[24051] {pull}24052[24052]

*Heartbeat*

Expand Down
1 change: 1 addition & 0 deletions deploy/kubernetes/filebeat-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ rules:
resources:
- namespaces
- pods
- nodes
verbs:
- get
- watch
Expand Down
1 change: 1 addition & 0 deletions deploy/kubernetes/filebeat/filebeat-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ rules:
resources:
- namespaces
- pods
- nodes
verbs:
- get
- watch
Expand Down

0 comments on commit 340760f

Please sign in to comment.