Skip to content

Commit

Permalink
[docs] Remove deprecated security roles (elastic#20162) (elastic#20371)
Browse files Browse the repository at this point in the history
  • Loading branch information
dedemorton committed Jul 31, 2020
1 parent e7b81a3 commit 7face70
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
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[]

0 comments on commit 7face70

Please sign in to comment.