Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing privilege in docs for securing filebeat #13207

Closed
DanRoscigno opened this issue Aug 8, 2019 · 3 comments
Closed

Missing privilege in docs for securing filebeat #13207

DanRoscigno opened this issue Aug 8, 2019 · 3 comments
Assignees

Comments

@DanRoscigno
Copy link
Contributor

For confirmed bugs, please report:

  • Version: Filebeat 7.3
  • Operating System: Linux (Ubuntu 18 LTS)
  • Steps to Reproduce:
    • Configure a role "beat-writer" with Kibana that contains the roles as documented in filebeat docs
    • Run filebeat setup:
    sudo filebeat setup \
      -E cloud.id=<my cloud id> \
      -E cloud.auth=\${ES_SETUP_USER}:\${ES_SETUP_PASSWORD}`
    
    • Configure filebeat.yml using the new writer user
    • sudo filebeat -e

Fix: Add manage_index_templates permission to the role. I tried to write a PR for the docs, but I could not figure out where to add it. My asciidoc skills must be worse than my nunchuck skills today.

Screen Shot 2019-08-08 at 5 30 15 PM

@dedemorton
Copy link
Contributor

dedemorton commented Aug 21, 2019

I'd like to stick with our recommendation that users pre-load the index template (using a setup role) before they run Filebeat. I'll update the security docs as described in issue #10241 (comment) to make it more explicit that users need to either disable the option to automatically load the index template, or grant additional privileges.

@dedemorton dedemorton self-assigned this Aug 21, 2019
@DanRoscigno
Copy link
Contributor Author

Thanks @dedemorton.

@dedemorton
Copy link
Contributor

dedemorton commented Oct 5, 2019

@DanRoscigno I think your concerns will be addressed in #13847 and #13849. Can I close this issue, or do you want to keep it open?

Strike that...I'm closing and you can reopen it if you feel that's necessary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants