mirror of
https://github.com/Icinga/icingabeat.git
synced 2025-04-08 17:15:05 +02:00
29 lines
1000 B
Plaintext
29 lines
1000 B
Plaintext
[[configuring-howto-filebeat]]
|
||
= Configuring Filebeat
|
||
|
||
[partintro]
|
||
--
|
||
After following the <<filebeat-configuration,configuration steps>> in the
|
||
Getting Started, you might want to fine tune the behavior of Filebeat. This section
|
||
describes some common use cases for changing configuration options.
|
||
|
||
To configure {beatname_uc}, you edit the configuration file. For rpm and deb, you’ll find the default configuration file at
|
||
+/etc/{beatname_lc}/{beatname_lc}.yml+. There's also a full example configuration file at
|
||
+/etc/{beatname_lc}/{beatname_lc}.full.yml+ that shows all non-deprecated options. For mac and win, look in the archive that you extracted.
|
||
|
||
The following topics describe how to configure Filebeat:
|
||
|
||
* <<filebeat-configuration-details>>
|
||
* <<filtering-and-enhancing-data>>
|
||
* <<multiline-examples>>
|
||
* <<configuring-ingest-node>>
|
||
* <<using-environ-vars>>
|
||
* <<multiple-prospectors>>
|
||
* <<load-balancing>>
|
||
* <<yaml-tips>>
|
||
* <<regexp-support>>
|
||
|
||
--
|
||
|
||
include::reference/configuration.asciidoc[]
|