Skip to content

Instantly share code, notes, and snippets.

@theiamdude
Created August 4, 2016 04:47
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save theiamdude/5825885a853037ba6e30c907ca893635 to your computer and use it in GitHub Desktop.
filebeat:
prospectors:
paths:
#- /var/log/*.log
- "../logs/ldap*.csv"
#- ../logs/access ## Wokring with no issue
#- c:\programdata\elasticsearch\logs\*
input_type: log
document_type: ldap_access
logstash:
# The Logstash hosts
hosts: ["losgstash_ip:5096"]
# Number of workers per Logstash host.
worker: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment