mirror of
https://github.com/Icinga/icingabeat.git
synced 2025-04-08 17:15:05 +02:00
31 lines
883 B
Plaintext
31 lines
883 B
Plaintext
|
|
[[filebeat-configuration-details]]
|
|
== Configuration Options (Reference)
|
|
|
|
Before modifying configuration settings, make sure you've completed the
|
|
<<filebeat-configuration,configuration steps>> in the Getting Started.
|
|
|
|
The {beatname_uc} configuration file, +{beatname_lc}.yml+, uses http://yaml.org/[YAML] for its syntax.
|
|
The configuration options are described in the following sections. After changing
|
|
configuration settings, you need to restart {beatname_uc} to pick up the changes.
|
|
|
|
* <<configuration-filebeat-options>>
|
|
* <<configuration-global-options>>
|
|
* <<configuration-general>>
|
|
* <<elasticsearch-output>>
|
|
* <<logstash-output>>
|
|
* <<kafka-output>>
|
|
* <<redis-output>>
|
|
* <<file-output>>
|
|
* <<console-output>>
|
|
* <<configuration-output-ssl>>
|
|
* <<configuration-path>>
|
|
* <<configuration-logging>>
|
|
* <<configuration-processors>>
|
|
|
|
include::configuration/filebeat-options.asciidoc[]
|
|
|
|
|
|
|
|
|