All Apps and Add-ons

append a variable to a search without results

sbsbb
Builder

I have a variable $var$, and want to display it a search result..

Whe I make
eval varSearch="test" | table varSearch

There are "no events found" how can I do that ?

Same problem when having a variable from upstream $var$ how can I use common eval function on that, and display it ?

0 Karma
1 Solution

sbsbb
Builder

side view provided an answer there
http://splunk-base.splunk.com/answers/83344/conditional-eval-resultsvaluesetter

In fact to add a row without results, we need a workaround by using a count, and hiding the field as :
| stats count | fields - count | eval

View solution in original post

0 Karma

sbsbb
Builder

side view provided an answer there
http://splunk-base.splunk.com/answers/83344/conditional-eval-resultsvaluesetter

In fact to add a row without results, we need a workaround by using a count, and hiding the field as :
| stats count | fields - count | eval

0 Karma

sbsbb
Builder

Does this is also supposed to work with a big xml $foo$ value ? I have a 1.3MB xml, I see it it Runtime debug, but I'm not pass it to the results, is it because of the quotes ?

I've tried with $foo$ and $foo.rawValue$...

0 Karma

kml_uvce
Builder

if there is any "test" in event then its comes in table in variable varSearch
-Kamal Bisht

0 Karma

sbsbb
Builder

I have no event at all, I want to affect a value to a new field, and see it as result ... Is that possible ?

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

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