Skip to content

Commit

Permalink
Add nodes to filebeat-kubernetes.yaml ClusterRole - fixes elastic#24051
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffspahr authored Feb 17, 2021
1 parent f9fe84d commit 410d900
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 @@ -102,6 +102,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 410d900

Please sign in to comment.