Hi currently we have a issue about parsing here below is the json that is returned to us.
{
"type": "mapper_parsing_exception",
"reason": "failed to parse [remote_addr]",
"caused_by": {
"type": "illegal_argument_exception",
"reason": "Invalid format: "10.128.3.15" is malformed at ".128.3.15""
}
}
How can we address the problem?
Thanks