Request via kibana

Hello EveryOne,

I have a lot of data stored in elasticsearch and I'm exploring with kibana.
These data are call center data.

So I have a variable where I store a phone number (Caller) and I have another variable where I store the equipment that processed the call (equipment). A call can be processed by several different devices.

My question is, what is the query that will allow me to display all the equipment that will have handled a specific call ?

For now I use this query with all the equipments : caller : "27541389" AND equipment : "37900"

Thank you for you help !

Just use the caller: query you have.

I have many others variable. It's represent a lot of documents.

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