I setup a dashboard in kibana and found the messages I was sending based on the 'type' field in the json that I specify. This is getting sent to a logstash index along millions of other types. I found certain msgTypes but not all and I know the json is being sent to elastic but tried every possible search to find it.
Is there someway to confirm that this message is in elastic besides through kibana discover. Eg:
{"msgType":"comment",
"articleId":"4749219208",
"commentId":"6629988184640481077",
"pubDate":"null",
"receivedDate":"2020-02-03T19:20:30.900-05:00",
"type":"production_comments_out"}
{"msgType":"article",
"articleId":"4750898288",
"commentId":"null",
"pubDate":"2020-02-03 19:09:51",
"receivedDate":"null",
"type":"production_comments_out"}
I only the one with msgType:comment.