Skip to content

Instantly share code, notes, and snippets.

@najamss
najamss / filebeat.yml
Last active May 3, 2016 07:49
My filebeat configuration to troubleshoot
################### Filebeat Configuration Example #########################
############################# Filebeat ######################################
filebeat:
# List of prospectors to fetch data.
prospectors:
# Each - is a prospector. Below are the prospector specific configurations
-
# Paths that should be crawled and fetched. Glob based paths.
# To fetch all ".log" files from a specific level of subdirectories
# /var/log/*/*.log can be used.