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

Cherry-pick to 7.x: [docs] Remove deprecated security roles (#20162) #20372

Merged
merged 1 commit into from
Jul 31, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion filebeat/docs/fields.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -45377,7 +45377,7 @@ Roles to which the principal belongs

type: keyword

example: ['kibana_user', 'beats_admin']
example: ['kibana_admin', 'beats_admin']

--

Expand Down
2 changes: 1 addition & 1 deletion filebeat/module/elasticsearch/audit/_meta/fields.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
type: keyword
- name: user.roles
description: "Roles to which the principal belongs"
example: [ "kibana_user", "beats_admin" ]
example: [ "kibana_admin", "beats_admin" ]
type: keyword
- name: action
description: "The name of the action that was executed"
Expand Down
2 changes: 1 addition & 1 deletion filebeat/module/elasticsearch/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions libbeat/docs/security/users.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ users who need to monitor {beatname_uc}:
|====
|Role | Purpose

|`kibana_user`
|`kibana_admin`
|Use {kib}

|`monitoring_user`
Expand Down Expand Up @@ -231,7 +231,7 @@ endif::serverless[]
Users who publish events to {es} need to create and write to {beatname_uc}
indices. To minimize the privileges required by the writer role, use the
<<privileges-to-setup-beats,setup role>> to pre-load dependencies. This section
assumes that you've pre-loaded dependencies.
assumes that you've run the setup.

ifndef::no_ilm[]
When using ILM, turn off the ILM setup check in the {beatname_uc} config file before
Expand Down
6 changes: 3 additions & 3 deletions libbeat/docs/tab-widgets/set-connection.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ include the scheme and port: `http://mykibanahost:5601/path`.
<2> The `username` and `password` settings for {kib} are optional. If you don't
specify credentials for {kib}, {beatname_uc} uses the `username` and `password`
specified for the {es} output.
<3> To use the pre-built Kibana dashboards, this user must have the
`kibana_user` {ref}/built-in-roles.html[built-in role] or equivalent
privileges.
<3> To use the pre-built {kib} dashboards, this user must be authorized to
view dashboards or have the
`kibana_admin` {ref}/built-in-roles.html[built-in role].
// end::self-managed[]