I have exceptionless running which captures logs from running application. Then it sends logs to elasticsearch. I'm able to see those in kibana on particular index.
My problem is - those logs which are custom made and those are pushed to exceptionless ,those fields are coming as unindexed fields in kibana index. And I'm not able to apply filter on unindexed fields.
I read that we need a logstash which input will be elasticsearch index and output will go to new index.
While performing this operation I'm getting pipeline terminated message while running logstash.
Do you have any idea how can I use those fields for filtering purpose?