You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add possibility to disable user/role creation in logstash (#328)
* Add possibility to disable user/role creation in logstash
* I have also renamed the var `logstash_user` to `logstash_user_name` to
have the same schema as for `logstash_role_name`
Implemented for #320
---------
Co-authored-by: Thomas Widhalm <thomas.widhalm@netways.de>
Copy file name to clipboardExpand all lines: docs/role-logstash.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,10 +69,12 @@ Aside from `logstash.yml` we can manage Logstashs pipelines.
69
69
**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.
70
70
**logstash_elasticsearch*: Address of Elasticsearch instance for default output (default: list of Elasticsearch nodes from `elasticsearch` role or `localhost` when used standalone)
71
71
**logstash_security*: Enable X-Security (No default set, but will be activated when in full stack mode)
72
-
**logstash_user*: Name of the user to connect to Elasticsearch (Default: `logstash_writer`)
73
-
**logstash_user_email*: email-address that is linked with the logstash_user (Default: `""`)
74
-
**logstash_user_fullname*: fullname that is linked with the logstash_user (Default: `Internal Logstash User`)
75
-
**logstash_user_password*: Password of `logstash_user` in Elasticsearch. It must be at least 6 characters long (default: `password`)
0 commit comments