How to query a specific subset of transactions starting with transaction with specific value of a specific field?

Hello. Kibana version: 6.4.2

In usual case, if you need to find specific subset of transactions starting with a transaction with the message field "Unload list of items" you may use id filter, for example. But in my case, I need to find all subsets of transactions starting with a transaction with the message field "Unload list of items". I didn't find any solution which can help to solve my problem. Does anyone know how to do it?

I don't believe that you can create a filter for that but, in Discover for example, you can search for your term using KQL or Lucene.

https://www.elastic.co/guide/en/kibana/7.5/search.html

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