Skip to content

Commit

Permalink
docs(README): Add winlogbeat-* index
Browse files Browse the repository at this point in the history
  • Loading branch information
Nik Mohamad Aizuddin b. Nik Azmi committed Mar 17, 2021
1 parent bd7cd82 commit dd3a38d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Create a Kibana admin. Go to `Stack Management` > `Security` > `Users` and for e
To create a Kibana read-only user, a custom read-only role named `user` must be created first. Go to `Stack Management` > `Security` > `Role` and `Create role` with the following information:
* Role name: `user`
* Index privileges:
* Indices: `filebeat-*`, Privileges: `read`
* Indices: `filebeat-*`, `winlogbeat-*`, Privileges: `read`
* Add Kibana privileges:
* Spaces: `minimal`
* Privileges for all features: `Read`
Expand All @@ -98,7 +98,7 @@ Go to `Stack Management` > `Security` > `Role` and `Create role` to create a new
* `monitor`
* `manage_ilm`
* Index privileges:
* Indices: `logstash-*`, `filebeat-*`, Privileges: `write`, `create`, `create_index`, `manage`, `manage_ilm`.
* Indices: `logstash-*`, `filebeat-*`, `winlogbeat-*` Privileges: `write`, `create`, `create_index`, `manage`, `manage_ilm`.

Create a new user named `logstash_internal` with role `logstash_writer`. Use password `abcde12345`.

Expand Down

0 comments on commit dd3a38d

Please sign in to comment.