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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...