Kibana Global variables

I want to do an elasticsearch query, then based on the result of this query, can I store the result of the wanted field in a global variable somewhere and use it as an input to another query ?
is there a way to do so within elasticsearch and kibana?
because in my use case, this query should work in 2 steps, the first step to retrieve the value of a field if it matches the conditions, and the second step is to search based on the first value of the field we found in the first step
Do you have any ideas how to do so?
Thank you for your help in advance

There's nothing in Elasticsearch or Kibana to handle that for you sorry to say.

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