Splunk Search

Search fillnull=0 doesn't work

jadengoho
Builder

i have a query like this:

|makeresults
|eval trail1="0.00"
|table trail1, trail2
|fillnull value="0.00"

i just want to have the trail2 to have a value of "0.00" but it doesn't shot any

Tags (1)
0 Karma
1 Solution

p_gurav
Champion

You can try specifying field:

|makeresults
 |eval trail1="0.00"
 |table trail1, trail2
 |fillnull trail2 value="0.00"

View solution in original post

0 Karma

p_gurav
Champion

You can try specifying field:

|makeresults
 |eval trail1="0.00"
 |table trail1, trail2
 |fillnull trail2 value="0.00"
0 Karma

jadengoho
Builder

this is great , thank you very much

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 ...