Skip to content

Commit 711e498

Browse files
committed
update README
1 parent 0a15b9f commit 711e498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/role-logstash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ Aside from `logstash.yml` we can manage Logstashs pipelines.
6969
* *logstash_cert_will_expire_soon*: Set it to true to renew logstash certificate (default: `false`), Or run the playbook with `--tags renew_logstash_cert` to do that.
7070
* *logstash_elasticsearch*: Address of Elasticsearch instance for default output (default: list of Elasticsearch nodes from `elasticsearch` role or `localhost` when used standalone)
7171
* *logstash_security*: Enable X-Security (No default set, but will be activated when in full stack mode)
72-
* *logstash_role_name*: Name of the logstash role that is getting created (Default: `logstash_writer`)
7372
* *logstash_user*: Name of the user to connect to Elasticsearch (Default: `logstash_writer`)
7473
* *logstash_user_email*: email-address that is linked with the logstash_user (Default: `""`)
7574
* *logstash_user_fullname*: fullname that is linked with the logstash_user (Default: `Internal Logstash User`)
7675
* *logstash_user_password*: Password of Elasticsearch user. It must be at least 6 characters long (default: `password`)
76+
* *logstash_role_name*: Name of the logstash role that is getting created (Default: `logstash_writer`)
7777
* *logstash_role_cluster_privileges*: Cluster privileges the role has access to (default: `"manage_index_templates", "monitor", "manage_ilm"`)
7878
* *logstash_role_indicies_names*: Indices the role has access to (default: `"ecs-logstash*", "logstash*", "logs*"`)
7979
* *logstash_role_indicies_privileges*: Indices the role has access to (default: `"write", "create", "delete", "create_index", "manage", "manage_ilm"`)

0 commit comments

Comments
 (0)