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!

Technical Workshop Series: Splunk Data Management and SPL2 | Register here!

Hey, Splunk Community! Ready to take your data management skills to the next level? Join us for a 3-part ...

Spotting Financial Fraud in the Haystack: A Guide to Behavioral Analytics with Splunk

In today's digital financial ecosystem, security teams face an unprecedented challenge. The sheer volume of ...

Solve Problems Faster with New, Smarter AI and Integrations in Splunk Observability

Solve Problems Faster with New, Smarter AI and Integrations in Splunk Observability As businesses scale ...