Splunk Search

Using some besides Count in Google Maps

hgran
Explorer

Hello,

We have some google map geo-visualizations setup that uses event count by location. I was wondering if it is possible to use other numeric fields by location(e.g., session duration or bytes).

Thank you,

Henry

Tags (2)
1 Solution

ziegfried
Influencer

Yes, you can populate the field _geo_count manually. This value will be summed for each distinct (or merged) location and displayed in the marker.

Example:

sourcetype=access_combined | geoip clientip | stats sum(bytes) as _geo_count by _geo

View solution in original post

ziegfried
Influencer

Yes, you can populate the field _geo_count manually. This value will be summed for each distinct (or merged) location and displayed in the marker.

Example:

sourcetype=access_combined | geoip clientip | stats sum(bytes) as _geo_count by _geo

hgran
Explorer

Thanks that worked great!

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