Hi all, we have around 8 dashboards fetching data from same index. There are around 150 hosts with this index, but we don't want to see the data from particular 50 hosts in a dashboard. how this can be done???
Any inputs on this please???
If you always want to ignore the same hosts each time, you could create a lookup file with names of the hosts and use a search as described in this post: https://community.splunk.com/t5/Splunk-Search/How-to-search-for-all-IP-s-not-in-a-lookup-table/m-p/3...
Something like
index=myindex NOT [|inputlookup mylookup.csv | fields host]