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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

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