Splunk Search

in my case various null rows are there i display only the rows where value is coming

arihant16cse
Path Finder

index="_internal" | table wallclock_ms_total,method,status

in the above case null value is coming remove the rows

Tags (1)
0 Karma
1 Solution

arihant16cse
Path Finder

in this case first write your query then use isnotnull function.

index="_internal" | table wallclock_ms_total,method,status | where isnotnull(wallclock_ms_total)

View solution in original post

0 Karma

arihant16cse
Path Finder

in this case first write your query then use isnotnull function.

index="_internal" | table wallclock_ms_total,method,status | where isnotnull(wallclock_ms_total)

0 Karma
Get Updates on the Splunk Community!

Enter the Agentic Era with Splunk AI Assistant for SPL 1.4

  🚀 Your data just got a serious AI upgrade — are you ready? Say hello to the Agentic Era with the ...

Stronger Security with Federated Search for S3, GCP SQL & Australian Threat ...

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Accelerating Observability as Code with the Splunk AI Assistant

We’ve seen in previous posts what Observability as Code (OaC) is and how it’s now essential for managing ...