beats
beats copied to clipboard
[8.14](backport #38534) [DOCS] Add the `read_pipeline` cluster privilege to winlogbeat documentation
Add the "read_pipeline" privilege to the Grant privileges and roles needed for publishing documentation as reported in the Grant access using API keys.
Proposed commit message
[Winlogbeat][Doc] Add read_pipeline cluster privilege to winlogbeat
Checklist
- [ ] My code follows the style guidelines of this project
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] I have made corresponding change to the default configuration files
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have added an entry in
CHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.
Author's Checklist
- [ ]
How to test this PR locally
Related issues
- https://github.com/elastic/beats/issues/39067
Use cases
Adhere to the least privilege principles
Screenshots
Logs
This is an automatic backport of pull request #38534 done by [Mergify](https://mergify.com).
This pull request doesn't have a Team:<team> label.
This pull request has not been merged yet. Could you please review and merge it @herrBez? 🙏
Hi there,
As I reported https://github.com/elastic/beats/pull/38534/files I noticed a rendering error
in the version https://www.elastic.co/guide/en/beats/filebeat/master/privileges-to-publish-events.html.
I am not entirely sure on how to fix that. I think:
-{beat_default_index_prefix}-*
Should actually become:
+-{beat_default_index_prefix}-*+
This pull request is now in conflicts. Could you fix it? 🙏 To fixup this pull request, you can check out it locally. See documentation: https://help.github.com/articles/checking-out-pull-requests-locally/
git fetch upstream
git checkout -b mergify/bp/8.14/pr-38534 upstream/mergify/bp/8.14/pr-38534
git merge upstream/8.14
git push upstream mergify/bp/8.14/pr-38534
This pull request has not been merged yet. Could you please review and merge it @herrBez? 🙏
This pull request has not been merged yet. Could you please review and merge it @herrBez? 🙏
This pull request has not been merged yet. Could you please review and merge it @herrBez? 🙏
This pull request has not been merged yet. Could you please review and merge it @herrBez? 🙏
@kilfoyle could you please have a look here?