Splunk Search

Cloud Provisioning Activity from Unusual Country - SPL search not working

jaibalaraman
Path Finder

Hi 

Can anyone help me why the below search is not working. 

index=aws sourcetype=aws:cloudtrail eventName=Create* OR eventName=Run* OR eventName=Attach* 
|stats count by src eventName 
| iplocation src

 

Thanks

0 Karma

kennetkline
Path Finder

Search is working for me;  against my AWS dataset

By not working (no results) or just no iplocation lookup??

Try iterative approach

1.  Search  ensure results:  (expand time window as necessary)

 

index=aws sourcetype=aws:cloudtrail ( eventName=Create* OR eventName=Run* OR eventName=Attach* )

 

2.   added your stats count by src, eventName

I assume you are getting ip's and not hostname's in the src field  (well a single IP).

3.  If the src's is somehow a multivalue,  (multipe ips) something your are going to need an mvexpand, split if comma separated or something.  It hast to be getting a single ip per row.


4.  | iplocation src

Hope this helps.



0 Karma
Get Updates on the Splunk Community!

Observe and Secure All Apps with Splunk

  Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

Splunk Decoded: Business Transactions vs Business IQ

It’s the morning of Black Friday, and your e-commerce site is handling 10x normal traffic. Orders are flowing, ...

Fastest way to demo Observability

I’ve been having a lot of fun learning about Kubernetes and Observability. I set myself an interesting ...