Hello all,
I have a dashboard with multi queries (Elasticsearch as source), each queries is a different request to my Kibana
Queries:
A) message:“ERROR”
B) hostname=test
C) message:“Down”
etc
In visualization I added a data links to my kibana, so the user can click to switch to the Kibana/elasticsearch website and see what exactly happened when an alert occurs
Unfortunately I found no way to pass the query as variable
http://kibana.local/xxxx?QUERYxxx (where query is the value of A,B,C …)
Beyond my usage, I think this can be very useful to pass the query as request to another site
For example also for ticketing purpose, eg with Prometheus as source
http://ticketing.local/create-ticket.php?probe_success{instance=“toto.com”}?..
When it’s necessary the operator click on his panel and generates a ticket with predefined value (time, node, etc, and also the query who generated an alert)
Thank you