Splunk Search

command map not working

jrodriguezap
Contributor

Hi everyone
Someone who has used the map command who can help me, I am trying to bind the username of the 12 hours before the first search, but the result does not give any value

This is my query, maybe I'm doing something wrong

host=10.10.10.30 direction=in earliest=-15m latest=-1m| stats count by src_ip | map search="host=10.10.10.30 earliest=-12h latest=-15m  src_ip=$src_ip$ username=*"
0 Karma
1 Solution

to4kawa
Ultra Champion
 host=10.10.10.30 direction=in earliest=-15m latest=-1m
| stats count by src_ip 
| map search="search host=10.10.10.30 earliest=-12h latest=-15m  src_ip=$src_ip$ username=*"

see https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Map

View solution in original post

to4kawa
Ultra Champion
 host=10.10.10.30 direction=in earliest=-15m latest=-1m
| stats count by src_ip 
| map search="search host=10.10.10.30 earliest=-12h latest=-15m  src_ip=$src_ip$ username=*"

see https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Map

jrodriguezap
Contributor

It is true, I miss adding that.
Thanks a lot

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...