Call Kibana with data

Hello,
I am pretty new to elastic, so maybe this is a dummy question.
I query my elastic with an external app and I want to show the one selected result or all queried results in Kibana. Is there away to call Kibana with a) a document id so I can view the document and b) an elastic query so Kibana shows the query results in discover?

Hi, you can query Discover for id by specifying: _id: <your_id>. For other queries, Kibana supports Kibana Query Language and Lucene query syntax. KQL is a bit simpler to use.

Hey, thanks for your answer. The point is I have a query witch was generated by the elasticsearch-dls library in python, so I don't want to parse the query.

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