Skip to content

Instantly share code, notes, and snippets.

Created November 6, 2017 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4445982797b544648eba93b976fa1b83 to your computer and use it in GitHub Desktop.
Save anonymous/4445982797b544648eba93b976fa1b83 to your computer and use it in GitHub Desktop.
[WARN ]
[logstash.outputs.elasticsearch]
Could not index event to Elasticsearch.
{
:status=>400,
:action=>
["index",
{
:_id=>nil,
:_index=>"traffic",
:_type=>"traffic",
:_routing=>nil},
2017-11-06T17:04:00.980Z log-serv %{message}],
:response=>
{
"index"=>
{
"_index"=>"traffic",
"_type"=>"traffic",
"_id"=>"OR1aFw8ZkWQ",
"status"=>400,
"error"=>
{
"type"=>"mapper_parsing_exception",
"reason"=>"failed to parse [DestinationIPGeo.postal_code.keyword]",
"caused_by"=>
{
"type"=>"number_format_exception",
"reason"=>
"For input string: \"m6b 1p5\""
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment