Skip to content

Instantly share code, notes, and snippets.

@tomasdanjonsson
Created May 8, 2023 01:20
Show Gist options
  • Select an option

  • Save tomasdanjonsson/5d77b2cd50b413cf6c15f4c8b2bb19ef to your computer and use it in GitHub Desktop.

Select an option

Save tomasdanjonsson/5d77b2cd50b413cf6c15f4c8b2bb19ef to your computer and use it in GitHub Desktop.
Filebeat config file
filebeat.inputs:
- type: log
enabled: true
paths:
- /var/log/messages
output.logstash:
hosts: ['logstash:5044']
codec.json:
pretty: true
escape_html: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment