Refine your search:

I can not get the GoogleMaps App to display the colored Event Icons around the event numbers on the map. I have the app showing all the data I want just not the Event Icons. Am I missing something?

asked 03 Apr '11, 12:44

smkyb's gravatar image

smkyb
112
accept rate: 0%

edited 15 Apr '11, 04:04

ziegfried's gravatar image

ziegfried ♦
7.1k1315


2 Answers:

If you are using Splunk 4.2 you'd need to update the stylesheet file:

$SPLUNK_HOME/etc/apps/maps/appserver/modules/GoogleMaps/GoogleMaps.css

Everywhere you see this:

url(img/...

you should update it with:

url(GoogleMaps/img/...

Save, restart Splunk (might not be necessary) and delete your browser's cache.

More info on: http://answers.splunk.com/questions/12836/custom-modules-css-images-not-working-in-4-2

link

answered 04 Apr '11, 15:16

Paolo%20Prigione's gravatar image

Paolo Prigione
1.5k111
accept rate: 35%

That fixed it thanks.

link

answered 05 Apr '11, 14:22

smkyb's gravatar image

smkyb
112
accept rate: 0%

smykb, can you please mark the answer as accepted? thanks :)

(12 Apr '11, 22:14) piebob ♦♦
Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×18

Asked: 03 Apr '11, 12:44

Seen: 1,098 times

Last updated: 15 Apr '11, 04:04

Copyright © 2005-2012 Splunk, Inc. All rights reserved.