Skip to content

Commit

Permalink
Cherry-pick #24052 to 7.11: Add nodes to filebeat-kubernetes.yaml Clu…
Browse files Browse the repository at this point in the history
…sterRole - fixes #24051 (#24081)
  • Loading branch information
ChrsMark authored Feb 18, 2021
1 parent 7f2d43d commit 3996720
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 @@ -41,6 +41,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Disable the option of running --machine-learning on its own. {pull}20241[20241]
- Fix PANW field spelling "veredict" to "verdict" on event.action {pull}18808[18808]
- Add support for GMT timezone offsets in `decode_cef`. {pull}20993[20993]
- 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 3996720

Please sign in to comment.