Can we create data table visualization for where conditions

Hello,
I have loaded database table data into elasticsearch.
can we create data table visualization in kibana for where conditions and display only those data in data chart
Ex:
select * from SAMPLE where id=10 and key1 = 20

Please help me.
Thanks inadvance.

Yes, you can setup a saved search to do that - https://www.elastic.co/guide/en/kibana/6.5/save-open-search.html

1 Like

thank you,
query is like

id:"10" AND key1 :"20"

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