Dashboards & Visualizations

how to remove particular search data from the dashboard result

ramyaashok
New Member

Hi,

I have below table values, and in column 3, i get value "unavailable". i need to remove the entire row wherever column 3 is showing unavailable. can anyone help me with this.

existing table:

column1 column2 column3
value1 value2 value3
value4 value5 unavailable
value6 value7 value8

required output:

column1 column2 column3
value1 value2 value3
value6 value7 value8

Tags (2)
0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi ramyaashok,
Let me understand: "unavailable" is a value in column3 field?
if this is your need, in your search insert a filter like the following:

index=my_index
| search column3!="unavailable"
| table column1 column2 column3

Bye.
Giuseppe

0 Karma

richgalloway
SplunkTrust
SplunkTrust

Add | search column3!="unavailable" to your query.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

See your relevant APM services, dashboards, and alerts in one place with the updated ...

As a Splunk Observability user, you have a lot of data you have to manage, prioritize, and troubleshoot on a ...

Index This | What goes away as soon as you talk about it?

May 2025 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with this month’s ...

What's New in Splunk Observability Cloud and Splunk AppDynamics - May 2025

This month, we’re delivering several new innovations in Splunk Observability Cloud and Splunk AppDynamics ...