December 2017
Intermediate to advanced
434 pages
10h 29m
English
This section is used to configure outputs where the events need to be shipped. Events can be sent to single or multiple outputs simultaneously. The allowed outputs are Elasticsearch, Logstash, Kafka, Redis, file, and console.
Some of the outputs that can be configured are as follows:
A sample Elasticsearch output configuration is as follows:
output.elasticsearch: enabled: true hosts: ["localhost:9200"]
By using the enabled setting, one can enable or disable the output. hosts accepts one or more Elasticsearch node/server. Multiple hosts can be defined for failover purposes. When multiple hosts are configured, the events are distributed to these ...
Read now
Unlock full access