Help related to visual dashboard

Hi I want to add a dashboard such that it should give me an URL if the dataview I want has two values it in which I want them to have. For example if the search query on one of the index pattern present in that data view has hit values >0 it should turn the dashboard green and view a text that I want to give for suppose a URL.

Hi @Gvr_Kartik

would you mind to expand a bit your request?
I think I didn't get it while reading.

I want to create a Kibana dashboard with the following functionality:

The dashboard should have drill-down capability for two specific fields.
When values are entered in these fields, the dashboard should act like a search query in Dev Tools.
If the query returns more than one hit (hits > 1), the dashboard background should turn green; otherwise, it should turn red.
Additionally, the dashboard should provide a clickable link based on the search results.
How can I achieve this in Kibana?

Ok, so you need to have some sort of filter controls for two fields.
Setting a value to either one of the two control should update the dashboard with a new filtered search.
If there are results then something on the dashboard should pick either the green or red color.
Can you clarify the link part? What should it link to? Is it a link dynamically generated based on the search results or rather a static link which visibility relies on the presence or not of results?

given an example, I am searching for let's suppose hostname ABC and code def, a doc having both of them is found in the index pattern in the dataview which have it should turn the dashboard I.e., that particular one into green and give me a URL which I want so a static link like if found in this data view redirect me to this URL or provide me this URL as green.

Filter Controls: Two interactive fields (e.g., hostname and code) that allow users to enter values.
Filtered Search: When values are entered, the dashboard should filter data in real-time.
Conditional Coloring:
If a document with both values exists in the selected Data View, turn the dashboard (or a specific panel) green.
Otherwise, turn it red.
Static Link: If a matching document is found, a predefined URL should be displayed, allowing users to navigate to a specific location.
This ensures that the dashboard visually indicates whether the search criteria exist in the dataset and provides a quick redirection option when found.