Skip to content

Instantly share code, notes, and snippets.

@predictiple
Last active December 7, 2019 22:06
Show Gist options
  • Save predictiple/a78dad17a459294d40a6d953df14f2a0 to your computer and use it in GitHub Desktop.
Save predictiple/a78dad17a459294d40a6d953df14f2a0 to your computer and use it in GitHub Desktop.
input {
http {
port => 9200
additional_codecs => { "application/json" => "es_bulk" }
response_headers => {
"Access-Control-Allow-Origin" => "*"
"Content-Type" => "application/json"
"Access-Control-Allow-Headers" => "Origin, X-Requested-With, Content-Type, Accept"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment