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!

Preparing your Splunk Environment for OpenSSL3

The Splunk platform will transition to OpenSSL version 3 in a future release. Actions are required to prepare ...

Unleash Unified Security and Observability with Splunk Cloud Platform

     Now Available on Microsoft AzureThursday, March 27, 2025  |  11AM PST / 2PM EST | Register NowStep boldly ...

Splunk AppDynamics with Cisco Secure Application

Web applications unfortunately present a target rich environment for security vulnerabilities and attacks. ...