docker-elk/extensions/filebeat
Antoine Cotten ca98168da1
Quote passwords to prevent interpreting leading special chars
Closes #667
2022-02-11 19:10:58 +01:00
..
config Quote passwords to prevent interpreting leading special chars 2022-02-11 19:10:58 +01:00
Dockerfile Add Filebeat extension 2021-12-04 02:17:41 +01:00
README.md Add Filebeat extension 2021-12-04 02:17:41 +01:00
filebeat-compose.yml Add Filebeat extension 2021-12-04 02:17:41 +01:00

README.md

Filebeat

Filebeat is a lightweight shipper for forwarding and centralizing log data. Installed as an agent on your servers, Filebeat monitors the log files or locations that you specify, collects log events, and forwards them either to Elasticsearch or Logstash for indexing.

Usage

To include Filebeat in the stack, run Docker Compose from the root of the repository with an additional command line argument referencing the filebeat-compose.yml file:

$ docker-compose -f docker-compose.yml -f extensions/filebeat/filebeat-compose.yml up

Configuring Filebeat

The Filebeat configuration is stored in config/filebeat.yml. You can modify this file with the help of the Configuration reference.

Any change to the Filebeat configuration requires a restart of the Filebeat container:

$ docker-compose -f docker-compose.yml -f extensions/filebeat/filebeat-compose.yml restart filebeat

Please refer to the following documentation page for more details about how to configure Filebeat inside a Docker container: Run Filebeat on Docker.

See also

Filebeat documentation