26 lines
653 B
YAML
26 lines
653 B
YAML
---
|
|
kibana_node_name: node-1
|
|
|
|
elasticsearch_http_port: "9200"
|
|
elasticsearch_network_host: "127.0.0.1"
|
|
kibana_server_host: "0.0.0.0"
|
|
kibana_server_port: "5601"
|
|
elastic_stack_version: 7.1.1
|
|
wazuh_version: 3.9.2
|
|
|
|
# Xpack Security
|
|
kibana_xpack_security: false
|
|
|
|
elasticsearch_xpack_security_user: elastic
|
|
elasticsearch_xpack_security_password: elastic_pass
|
|
|
|
node_certs_generator: false
|
|
node_certs_generator_ip: 172.16.0.161
|
|
node_certs_source: /usr/share/elasticsearch
|
|
node_certs_destination: /etc/kibana/certs
|
|
|
|
# Rsync
|
|
rsync_path: /usr/bin/rsync
|
|
rsync_user: vagrant
|
|
rsync_extra_parameters: -avg -e 'ssh -o StrictHostKeyChecking=no' --rsync-path='sudo rsync'
|