All Apps and Add-ons

Heatmap overlay for PNG file

BenThwaites
Explorer

Hey guys,

I have a bunch of x, y position data that I'm currently displaying using the custom image map visualization however I'd like to be able to add a heat map to show the most frequented areas.

The Geo Heatmap custom visualization (https://splunkbase.splunk.com/app/3217/) came close but it needs to work for PNG files.

Is there functionality for this or is there another visualization that would do the trick?

REALLY don't want to have to dust off my javascript gloves if i don't have to 🙂

Thanks heaps for any input

0 Karma

shaskell_splunk
Splunk Employee
Splunk Employee

Hi @BenThwaites

I have a version of the viz that has a heatmap overlay. Give me a few days to get everything tested and uploaded to Splunkbase.

BenThwaites
Explorer

Hey @shaskell_splunk,

Not meaning to rush you but i don't suppose you would have an ETA on the update? I was wanting to use it for a Splunk demo that i have coming up in the next few days.

0 Karma

shaskell_splunk
Splunk Employee
Splunk Employee

@BenThwaites - I don't have an ETA since I have a ton of other competing priorities. As a stop-gap, you can use the feature/heatmap branch from the GitHub page. That should get you through your demo until I get a more polished and tested version of the feature released to Splunkbase.

https://github.com/sghaskell/custom-image-map-visualization/tree/feature/heatmap

0 Karma

BenThwaites
Explorer

Thanks for that @shaskell_splunk
I Didn't even think to check your features on github (silly me!). Got it working though and it looks great.

You may be aware of this already but the heat object only gets 100 data points (Didn't have the time to figure out why). But i found in the visualization.js file commenting out this.heat.addLatLng(c); on line 631 and adding this.heat.addLatLng(coordinates); on line 564 seemed to do the trick, at least enough for the demo.

Thanks heaps.

0 Karma

BenThwaites
Explorer

You're a bloody legend mate!

Thanks heaps, looking forward to playing with it.

0 Karma
Get Updates on the Splunk Community!

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

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...