Team,
I have an SQS message which has an embedded message that I want to parse and take out each element. I have SQS input working - but when it gets to ES it looks for the message part. Example
"REALTIMEEVENT": {
"type": "UPDATE",
"attributes": {
"id": "123456"
"technology": "NC",
"state": "TOUCHDOWN",
"owner": "SLI"
}
}
I want to use type for document type, ID for document ID and have the owner etc as actual elements.
In Kibana UI the fields look like REALTIMEEVENT.attributes.id etc.
Any ideas.
Thanks
