Query string not returning what is expected

Hello,

I have the following set of data coming into Kibana:

Snippet:

"atc.syncer.ecc-hello-world-perf_test_team_qa-13-0:scheduler.tick.scheduling.try-start-next-pending-build.scan.failed-to-evaluate-resource-source"

"message":"atc.syncer.ruby-buildpack-health:scheduler.tick.scheduling.try-start-next-pending-build.finished"

My query i am using is : try-start-next-pending-build.scan

I am trying to only match on the first message and only the query, but that is not happening. It's also matching other messages that contain start-next-pending

It is only highlighting "start-next-pending", but not the full query in the search.

Can someone help explain why this is happening and what query i should use to return only what i want: try-start-next-pending-build.scan

Thanks

Try query_exists_

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.