Splunk Search

map command subsearch issue

francescafilini
New Member

Hi, I have an issue with map command. The query is:

index=myindex field=value |stats count by host| map maxsearches=100 search="search index=myindex host=$host$|outputtext usexml=false |fields raw| fields - _time, xml| outputcsv  $host$.[search | head 1 | eval start=strftime(relative_time(now(), "-7d@d"), "%d_%m_%Y")| eval end=strftime(relative_time(now(), "-1d@d"), "%d_%m_%Y")|eval query="from".start."_to_".end.".txt"| fields query| format "" "" "" "" "" ""]"

but is does not return results. Any hint? Thank you

Tags (2)
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

You can easily export all the raw data in the index myindex by running this from the CLI:

$SPLUNK_HOME/bin/splunk export eventdata -index myindex -dir /some/dir/
0 Karma

martin_mueller
SplunkTrust
SplunkTrust

I see. In that case, give this a shot in the web UI:

index=myindex | eval _dstpath = host | dump basefilename=myexport

That'll create one directory per host under $SPLUNK_HOME/var/run/splunk/dispatch/sid/dump and dump the raw events for that host there.

0 Karma

francescafilini
New Member

Thank you, but I need a different file for each host in the index (the parameter in map command)

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

What are you trying to achieve?

0 Karma

francescafilini
New Member

I'm trying to have a file with all the raw data in the index "myindex"

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