Splunk Search

Why does the map command shows results only when the second query have value?

SathyaNarayanan
Path Finder

Hi Splunkers,

I have first query which produces 50 results, am using map command to run different query for each 50 results of first query and getting values, but when map command search query doesn't have any value from first query it ignores it.

Hence shows only 20 results but i was final output should be 50 results, if there is no value in second query it can be null.

Anyone have idea how to do it?

Thanks in advance.

0 Karma
1 Solution

HiroshiSatoh
Champion

If it does not exist, add it using a query on the MAP side.
For example, ...

(your search)
|map search="search (your search)|eval flg=1|append [|makeresults|eval flg=2]
     |eventstats count|where (count>1 AND flg=1) OR (count=1 AND flg=2) "

View solution in original post

0 Karma

HiroshiSatoh
Champion

If it does not exist, add it using a query on the MAP side.
For example, ...

(your search)
|map search="search (your search)|eval flg=1|append [|makeresults|eval flg=2]
     |eventstats count|where (count>1 AND flg=1) OR (count=1 AND flg=2) "
0 Karma

thwillmartin
Observer

It works for me too, except that I don't the the expected fields in my result. And I really can't tell you why it works. Please .... explain...

0 Karma

SathyaNarayanan
Path Finder

@HiroshiSatoh

Thank you, it works as expected

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Painting a Clearer Picture: Creating Cross-Domain Visibility with AI Canvas

    Thursday, June 25, 2026  |  11AM PDT / 2PM EDT  Duration: 1 Hour (Includes live Q&A) Register to ...

Analytics Workspace deprecation

As of Splunk Cloud Platform 10.4.2604 and Splunk Enterprise 10.4, Analytics Workspace is now deprecated. ...

Splunk Developer Day Recap: Building, Publishing, and Growing on the Splunk Platform

Splunk Developer Day brought the Splunk developer community together for a practical look at what it means to ...