Skip to content

Instantly share code, notes, and snippets.

@cedrickvstheworld
Created January 21, 2020 06:08
Show Gist options
  • Save cedrickvstheworld/05ff201d5df8a3e9e629ee70d826a38d to your computer and use it in GitHub Desktop.
Save cedrickvstheworld/05ff201d5df8a3e9e629ee70d826a38d to your computer and use it in GitHub Desktop.
filebeat.inputs:
- type: docker
containers.ids: '*'
processors:
- add_docker_metadata: ~
output.elasticsearch:
hosts: ["http://192.168.99.103:9200"]
username: "elastic"
password: "changeme"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment