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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...