Indexer default ports updated
This commit is contained in:
parent
e5ed0f52ac
commit
64eda5292f
@ -1,7 +1,7 @@
|
||||
---
|
||||
|
||||
# Dashboard configuration
|
||||
indexer_http_port: 9700
|
||||
indexer_http_port: 9200
|
||||
indexer_api_protocol: https
|
||||
dashboard_conf_path: /etc/wazuh-dashboard/
|
||||
dashboard_node_name: node-1
|
||||
|
||||
@ -55,7 +55,7 @@ indexer_custom_user_role: "admin"
|
||||
# Set JVM memory limits
|
||||
indexer_jvm_xms: null
|
||||
|
||||
indexer_http_port: 9700
|
||||
indexer_http_port: 9200
|
||||
|
||||
certs_gen_tool_version: 4.3
|
||||
|
||||
|
||||
@ -86,7 +86,7 @@
|
||||
JAVA_HOME=/usr/share/wazuh-indexer/jdk
|
||||
{{ indexer_sec_plugin_tools_path }}/securityadmin.sh
|
||||
-cd {{ indexer_sec_plugin_conf_path }}/
|
||||
-icl -p 9800 -cd {{ indexer_sec_plugin_conf_path }}/
|
||||
-icl -p 9300 -cd {{ indexer_sec_plugin_conf_path }}/
|
||||
-nhnv
|
||||
-cacert {{ indexer_conf_path }}/certs/root-ca.pem
|
||||
-cert {{ indexer_conf_path }}/certs/admin.pem
|
||||
|
||||
@ -16,8 +16,8 @@ discovery.seed_hosts:
|
||||
|
||||
cluster.name: {{ indexer_cluster_name }}
|
||||
|
||||
http.port: 9700-9799
|
||||
transport.tcp.port: 9800-9899
|
||||
http.port: 9200-9299
|
||||
transport.tcp.port: 9300-9399
|
||||
node.max_local_storage_nodes: "3"
|
||||
path.data: /var/lib/wazuh-indexer
|
||||
path.logs: /var/log/wazuh-indexer
|
||||
|
||||
@ -4,7 +4,7 @@ filebeat_version: 7.10.2
|
||||
wazuh_template_branch: v4.2.5
|
||||
|
||||
filebeat_output_indexer_hosts:
|
||||
- "localhost:9700"
|
||||
- "localhost:9200"
|
||||
|
||||
#filebeat_module_package_url: https://packages.wazuh.com/4.x/filebeat
|
||||
filebeat_module_package_url: https://packages-dev.wazuh.com/pre-release/filebeat
|
||||
|
||||
@ -18,7 +18,7 @@ setup.ilm.enabled: false
|
||||
output.elasticsearch:
|
||||
hosts:
|
||||
{% for item in filebeat_output_indexer_hosts %}
|
||||
- {{ item }}:9700
|
||||
- {{ item }}:9200
|
||||
{% endfor %}
|
||||
|
||||
{% if filebeat_security %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user