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!

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI! Discover how Splunk’s agentic AI ...

[Puzzles] Solve, Learn, Repeat: Dereferencing XML to Fixed-length events

This challenge was first posted on Slack #puzzles channelFor a previous puzzle, I needed a set of fixed-length ...

Stay Connected: Your Guide to December Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...