All Apps and Add-ons

Google Maps and Exchange App

davidts
Path Finder

I am using version 2.1.0 of the Exchange App with Splunk 5.0.2. It is working great, but there is one thing that I need help on configuring. I have downloaded and installed the Google Maps app, but I can not find any instructions on how to get it to work with the Exchange app.

Tags (1)
0 Karma

treinke
Builder

While I am not familiar with the Exchange app, you need to find the field that contains IP addresses. You then can add the:

 | geoip IPFIELD

to your search to give you information on the ip address. IT will then give you some new fields.

IPFIELD_city,IPFIELD_region_name,IPFIELD_country_name, etc.

Or in this example, I use a reguluar expression to find a pattern for ip addresses. This is for IIS logs but could be used for any log. (you need to remove the space between < and clientip>):

eventtype=iislogs | rex "(?< clientip>\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})" | search NOT (clientip="192.168.*.*" OR clientip="10.*.*.*")| geoip clientip
There are no answer without questions
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Data Persistence in the OpenTelemetry Collector

This blog post is part of an ongoing series on OpenTelemetry. What happens if the OpenTelemetry collector ...

Thanks for the Memories! Splunk University, .conf25, and our Community

Thank you to everyone in the Splunk Community who joined us for .conf25, which kicked off with our iconic ...

Introducing Splunk 10.0: Smarter, Faster, and More Powerful Than Ever

Now On Demand Whether you're managing complex deployments or looking to future-proof your data ...