Skip to content

Instantly share code, notes, and snippets.

@eufat
Created July 10, 2018 04:11
Show Gist options
  • Save eufat/073c7da88bb23a5c3c723a37d9d22b3a to your computer and use it in GitHub Desktop.
Save eufat/073c7da88bb23a5c3c723a37d9d22b3a to your computer and use it in GitHub Desktop.
input {
beats {
port => 5044
}
}
filter {
csv {
columns => ["method", "duration", "key", "timestamp"]
separator => ","
}
mutate {
convert => ["timestamp", "integer"]
}
}
output {
elasticsearch {
hosts => "elasticsearch:9200"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment