Add required default attributes XPack in Filebeat.
This commit is contained in:
parent
fdb1113a19
commit
6cffed9218
@ -10,6 +10,8 @@ filebeat_prospectors:
|
|||||||
json.keys_under_root: true
|
json.keys_under_root: true
|
||||||
json.overwrite_keys: true
|
json.overwrite_keys: true
|
||||||
|
|
||||||
|
filebeat_node_name: node-1
|
||||||
|
|
||||||
filebeat_output_elasticsearch_enabled: false
|
filebeat_output_elasticsearch_enabled: false
|
||||||
filebeat_output_elasticsearch_hosts:
|
filebeat_output_elasticsearch_hosts:
|
||||||
- "localhost:9200"
|
- "localhost:9200"
|
||||||
@ -23,3 +25,10 @@ filebeat_ssl_dir: /etc/pki/filebeat
|
|||||||
filebeat_ssl_certificate_file: ""
|
filebeat_ssl_certificate_file: ""
|
||||||
filebeat_ssl_key_file: ""
|
filebeat_ssl_key_file: ""
|
||||||
filebeat_ssl_insecure: "false"
|
filebeat_ssl_insecure: "false"
|
||||||
|
|
||||||
|
# Xpack Security
|
||||||
|
filebeat_xpack_security: false
|
||||||
|
|
||||||
|
elasticsearch_user: elastic
|
||||||
|
elasticsearch_password: elastic_pass
|
||||||
|
node_certs_destination: /etc/elasticsearch/certs
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user