Refine your search:

1
1

I was trying to get AfterGlow app to work with Splunk 4.0.10 build 77146 on Windows 64-bit.

Loading the AfterGlow page on IE7, the following error is thrown (JavaScript prompt) 'Splunk encountered the following unknown module: "AfterGlow" . The view may not load properly.'

Only possible clue is from web_access.log: GET /en-US/modules/@77146/AfterGlow/AfterGlow.js returned with a 404 error.

Is there a way to fix this?

asked 19 Apr '10, 14:32

rayfoo's gravatar image

rayfoo
178119
accept rate: 12%

edited 26 Jul '10, 22:17

Justin%20Grant's gravatar image

Justin Grant
1.4k4533


2 Answers:

The old 3.X afterglow app was ported a long time ago to work with 4.0, and it worked quite well. It was done through the creation of a custom module called AfterGlow that comes packaged with the app (in appserver/modules/AfterGlow/).

Unfortunately what has happened is that the mechanism of packaging custom modules with apps was not covered by any testing, and not widely used. So this mechanism broke some time ago and nobody noticed until very recently.

Although in some limited cases custom UI module classes can be hacked into an app using application.js, application.css and a sprinkle of html from the ServerSideInclude module, the AfterGlow module requires its own custom endpoint in AfterGlow.py so that wouldnt work.

In a nutshell we will really have to just fix the underlying mechanism in a maintenance release.

link

answered 05 May '10, 06:36

nick's gravatar image

nick ♦
13.2k1316
accept rate: 47%

The AfterGlow application had to be updated to work with Splunk 4.2.x. There is a new release as of January 5th 2012 (version 1.6.2) which works with Splunk 4.2.x!

Please DOWNLOAD THE NEW RELEASE!

Also do not read the instructions in the Splunk blog entry about how to make the application work. Read the README file that comes with the app and is places in $SPLUNK_HOME/etc/apps/afterglow/README. You basically have to change two parameters in the AfterGlow.py file (AFTERGLOWLOCATION and AFTERGLOWPARAMETERS) to make things work.

See you on http://secviz.org!

link

answered 05 Jan, 12:25

raffy's gravatar image

raffy
7401
accept rate: 0%

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:

×202
×27

Asked: 19 Apr '10, 14:32

Seen: 1,135 times

Last updated: 05 Jan, 12:25

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