Securityadmin command port update
This commit is contained in:
parent
195be17acc
commit
5009b80391
@ -28,7 +28,7 @@ domain_name: wazuh.com
|
|||||||
|
|
||||||
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
|
||||||
indexer_conf_path: /etc/wazuh-indexer/
|
indexer_conf_path: /etc/wazuh-indexer
|
||||||
indexer_index_path: /var/lib/wazuh-indexer/
|
indexer_index_path: /var/lib/wazuh-indexer/
|
||||||
|
|
||||||
# Security password
|
# Security password
|
||||||
|
|||||||
@ -83,7 +83,7 @@
|
|||||||
JAVA_HOME=/usr/share/wazuh-indexer/jdk
|
JAVA_HOME=/usr/share/wazuh-indexer/jdk
|
||||||
{{ indexer_sec_plugin_tools_path }}/securityadmin.sh
|
{{ indexer_sec_plugin_tools_path }}/securityadmin.sh
|
||||||
-cd {{ indexer_sec_plugin_conf_path }}/
|
-cd {{ indexer_sec_plugin_conf_path }}/
|
||||||
-icl -p 9300 -cd {{ indexer_sec_plugin_conf_path }}/
|
-icl -p 9200 -cd {{ indexer_sec_plugin_conf_path }}/
|
||||||
-nhnv
|
-nhnv
|
||||||
-cacert {{ indexer_conf_path }}/certs/root-ca.pem
|
-cacert {{ indexer_conf_path }}/certs/root-ca.pem
|
||||||
-cert {{ indexer_conf_path }}/certs/admin.pem
|
-cert {{ indexer_conf_path }}/certs/admin.pem
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user