Skip to content

Instantly share code, notes, and snippets.

@sherifabdlnaby
Last active May 14, 2020 11:59
Show Gist options
  • Save sherifabdlnaby/2f9407a6d831585d0c5436ef7b778e89 to your computer and use it in GitHub Desktop.
Save sherifabdlnaby/2f9407a6d831585d0c5436ef7b778e89 to your computer and use it in GitHub Desktop.
input {
beats {
port => 5044
}
}
filter {
}
output {
elasticsearch {
hosts => "${ELASTICSEARCH_HOST_PORT}"
user => "${ELASTIC_USERNAME}"
password => "${ELASTIC_PASSWORD}"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment