Hi xxkenta,
if your conditions are fixed you can use a fixed search, something like this
index=your_index process=a_process 10.10.10.10
and display _row.
If instead you want to choose different conditions, create one or more lookups for your conditions (e.g. processes.csv and perimeter.csv), and use one or more filters, e.g. a dropdown for process field and a dropdown for IPs, then in your search use something like this:
index=your_index process=$process$ IP=$IP$
where process and IP are two tokens from two dropdowns.
Anyway insert always a text box for free text searches, is very useful!
Bye.
Giuseppe
... View more