Update roles/wazuh/wazuh-indexer/defaults/main.yml
Cambio de credenciales de indexer admin y dashboard
This commit is contained in:
parent
64a51ceaf3
commit
1b20023499
@ -24,7 +24,9 @@ minimum_master_nodes: 2
|
|||||||
|
|
||||||
# Configure hostnames for Wazuh indexer nodes
|
# Configure hostnames for Wazuh indexer nodes
|
||||||
# Example es1.example.com, es2.example.com
|
# Example es1.example.com, es2.example.com
|
||||||
domain_name: wazuh.com
|
# domain_name: wazuh.com
|
||||||
|
domain_name: dmz.agofer
|
||||||
|
|
||||||
|
|
||||||
indexer_sec_plugin_conf_path: /etc/wazuh-indexer/opensearch-security
|
indexer_sec_plugin_conf_path: /etc/wazuh-indexer/opensearch-security
|
||||||
indexer_sec_plugin_tools_path: /usr/share/wazuh-indexer/plugins/opensearch-security/tools
|
indexer_sec_plugin_tools_path: /usr/share/wazuh-indexer/plugins/opensearch-security/tools
|
||||||
@ -40,8 +42,10 @@ indexer_jvm_xms: null
|
|||||||
|
|
||||||
indexer_http_port: 9200
|
indexer_http_port: 9200
|
||||||
|
|
||||||
indexer_admin_password: changeme
|
# indexer_admin_password: changeme
|
||||||
dashboard_password: changeme
|
indexer_admin_password: MarkGruflyD3th*
|
||||||
|
# dashboard_password: changeme
|
||||||
|
dashboard_password: MarkGruflyD3th*
|
||||||
|
|
||||||
# Deployment settings
|
# Deployment settings
|
||||||
generate_certs: true
|
generate_certs: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user