Merge pull request #529 from wazuh/fix-opendistro-kibana-user

opendistro-kibana role: replace default user
This commit is contained in:
Juan Pablo Sáez Gutiérrez 2020-12-23 16:51:38 +01:00 committed by GitHub
commit cca881f112
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ kibana_telemetry_optin: "false"
kibana_telemetry_enabled: "false" kibana_telemetry_enabled: "false"
opendistro_admin_password: changeme opendistro_admin_password: changeme
opendistro_kibana_user: kibanaserver opendistro_kibana_user: admin
opendistro_kibana_password: changeme opendistro_kibana_password: changeme
local_certs_path: "{{ playbook_dir }}/opendistro/certificates" local_certs_path: "{{ playbook_dir }}/opendistro/certificates"