Splunk Search

I have a table created for a report, but how do I delete the first two rows of the chart since they contain no data?

minkyuk
Explorer

Hello,

I have a table I created for a report.
However, I'm trying to find a way to get rid of the first two rows of the chart, since they contain no information.

It seems like an issue that could be resolved with a quick touch, but I would appreciate any suggestions from you.

Jack

Tags (4)
0 Karma

somesoni2
Revered Legend

What is the search you're using to populate the table and when you say first 2 rows doesn't contain information, are all columns for those 2 rows empty/null?

0 Karma

jnussbaum_splun
Splunk Employee
Splunk Employee

Typically, you can append a search at the end of your search, to filter out results that don't contain a value such as: index=_internal | table user | search user!="" this will eliminate events from a table where the value for field user is "" or null. Please share your sanitized search string if you need further assistance.

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...