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!

Detecting Remote Code Executions With the Splunk Threat Research Team

REGISTER NOWRemote code execution (RCE) vulnerabilities pose a significant risk to organizations. If ...

Observability | Use Synthetic Monitoring for Website Metadata Verification

If you are on Splunk Observability Cloud, you may already have Synthetic Monitoringin your observability ...

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...