youtubebeat/vendor/github.com/elastic/beats/libbeat/docs/shared-configuring.asciidoc

21 lines
907 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

ifndef::no-docker[]
To configure {beatname_uc}, you edit the configuration file. For rpm and deb,
you'll find the configuration file at +/etc/{beatname_lc}/{beatname_lc}.yml+. Under
Docker, it's located at +/usr/share/{beatname_lc}/{beatname_lc}.yml+. For mac and win,
look in the archive that you just extracted.
endif::[]
ifdef::no-docker[]
To configure {beatname_uc}, you edit the configuration file. For rpm and deb,
you'll find the configuration file at +/etc/{beatname_lc}/{beatname_lc}.yml+.
For mac and win, look in the archive that you just extracted.
endif::[]
ifeval::["{beatname_lc}"!="apm-server"]
Theres also a full example configuration file called +{beatname_lc}.reference.yml+
that shows all non-deprecated options.
endif::[]
TIP: See the
{libbeat}/config-file-format.html[Config File Format] section of the
_Beats Platform Reference_ for more about the structure of the config file.