I need to export the whole content in "message" field in a log message to grep some data.
Is there a way to do that?
Kibana version: 5.5.1 (No X-Pack).
"_source": {
"message": "op=THIS, status=OK, zip=X, state=X, city=X, Id=X, timeStamp=2019-11-29T05:58:44.751+0000",
"@version": "1",
"@timestamp": "2019-11-29T05:58:44.751Z",
"host": "XX",
"type": "XX",
"tags": [
"X",
"Y",
"Z"
]
I have 500 messages for a time period. I need message field
exported from all those messages.