icon/x Created with Sketch.

Splunk Cookie Policy

We use our own and third-party cookies to provide you with a great online experience. We also use these cookies to improve our products and services, support our marketing campaigns, and advertise to you on our website and other websites. Some cookies may continue to collect information after you have left our website. Learn more (including how to update your settings) here.
Accept Cookie Policy

We are working on something new...

A Fresh New Splunkbase
We are designing a New Splunkbase to improve search and discoverability of apps. Check out our new and improved features like Categories and Collections. New Splunkbase is currently in preview mode, as it is under active development. We welcome you to navigate New Splunkbase and give us feedback.

Accept License Agreements

This app is provided by a third party and your right to use the app is in accordance with the license provided by that third-party licensor. Splunk is not responsible for any third-party apps and does not provide any warranty or support. If you have any questions, complaints or claims with respect to this app, please contact the licensor directly.

Thank You

Downloading AfterGlow Visualization
To install your download
For instructions specific to your download, click the Details tab after closing this window.

Flag As Inappropriate

splunk

AfterGlow Visualization

This app is NOT supported by Splunk. Please read about what that means for you here.
Overview
Details
The most popular visualization app for Splunk! This App enables Splunk to generate 'network' graphs - node link visualizations.

Installation

To install the AfterGlow for Splunk application, follow these simple steps:

  1. Click the 'Download App' button on the right. After you have registered you are given a download link to the afterglow.spl file. Save this file on your computer.
  2. Navigate to your Splunk installation, click on "App" in the upper right menu bar, and select "Manage apps".
  3. On the next page, click the "Install app from file" button.
  4. On the Upload a file screen, click "Browse..." and locate the downloaded afterglow.spl file. Open it and click "Upload".
  5. When prompted to restart Splunk, go ahead and do so. This will make your AfterGlow for Splunk app active.

Once the app is installed and you open it for the first time by navigating to the "App" menu entry on the top right and selecting AfterGlow, you will be asked to configure where your GraphViz installation resides. Find your 'neato' binary on your machine and enter the path here. Also indicate where your Perl installation resides. [Note, this only matters for Windows. On UNIX we don't use this configuration.]

Congratulations, You are ready to graph your data!

Dependencies

In order for AfterGlow to run with Splunk, you need GraphViz installed on your machine. On some Linux distributions, you have to install graphviz-gd to enable GIF output for GraphViz. On Windows, make sure you have a version of Perl installed as well (e.g., ActivePerl). These are the ONLY dependency.

Reminders

  • To create graphs with AfterGlow you have to be within of the Afterglow app. You open the app by navigating to the "App" menu entry on the top right and selecting AfterGlow.
  • Older versions of AfterGlow for Splunk required all kinds of additional dependencies (aside from GraphViz), such as Text::CSV, AfterGlow 1.6.x, etc. You do not have to install any of those. Simply install GraphViz (and Perl on Windows)!
  • Older versions of AfterGlow for Splunk worked as a search command, where you piped your search to the 'afterglow' command. For example: "foobar | afterglow" this behavior is deprecated and does not work anymore!
  • You can find a lot of AfterGlow visualization examples on SecViz.
  • All the posts in the Q&A sections on Splunkbase are referring to old versions of the App. Please disregard all of them.

Example Usage

To generate any graphs, you have to navigate to the AfterGlow app inside of Splunk. Then, in the search bar, enter any search and you will see a graph visualization of your data. For example, type the following search (assuming you have some data with the keyword 'failure' in them:

failure

This is literally all you have to enter. I recommend starting with this though:

failure | head 100

That way you don't overload AfterGlow with too many events. By default, AfterGlow will use the source, the sourcetype, and the host as fields to be visualized. You can easily change that by explicitly specifying the fields you want to visualize:

failure | fields + src_ip, dest_ip

or

failure | fileds + src_ip, dest_ip, dest_port

Make sure your data sources have the right fields extracted in order to do the graph visualizations. Also note that you can only use two or three fields to be visualized with AfterGlow!

Modifying and Customizing Graphs

Note: This is for advanced users!

In order to change the behavior of the graph, you have to dive into AfterGlow by editing the AfterGlow configuration file. You can find the file in your $SPLUNK_HOME at: $SPLUNK_HOME/etc/apps/afterglow/afterglow/sample.properties. You find some information on the configuration file in the AfterGlow manual. More information you can extract from the README file inside of AfterGlow.

Let us know what specific questions you have around this and we'll be happy to help.

Troubleshooting

If you run into any problems, check your $SPLUNK_HOME/var/log/splunk/web_services.log file and find what exact command AfterGlow is running. Copy the command and execute it on the command line as follows:

echo a,b,c | "C:\Program Files\Splunk\etc\apps\afterglow\appserver\modules\AfterGlow\..\..\..\afterglow\afterglow.pl" -c "C:\Program Files\Splunk\etc\apps\afterglow\appserver\modules\AfterGlow\..\..\..\afterglow\sample.properties" -a -e 1.2 | D:\Graphviz\bin\neato.exe -Tgif -o "C:\Program Files\Splunk\etc\apps\afterglow\appserver\modules\AfterGlow\..\..\static\afterglow1364889675.59.gif" -Tcmapx -o "C:\Program Files\Splunk\etc\apps\afterglow\appserver\modules\AfterGlow\..\..\static\afterglow1364889675.59.map"

Obviously change the paths to what you see in your log file. Add the 'echo a,b,c |' part in front. Then see what errors come up or verify that the .map or the .gif files are in the corresponding paths. The warnings from Perl about define() statements are okay. This might give you clues as to what is wrong. If you cannot figure it out, please send us an extract from your log to help debug the issue.

Contact

For questions, comments, etc, please email us at: afterglow@secviz.org.


Subscribe Share

Are you a developer?

As a Splunkbase app developer, you will have access to all Splunk development resources and receive a 10GB license to build an app that will help solve use cases for customers all over the world. Splunkbase has 1000+ apps from Splunk, our partners and our community. Find an app for most any data source and user need, or simply create your own with help from our developer portal.

Follow Us:
Splunk, Splunk>,Turn Data Into Doing, Data-to-Everything, and D2E are trademarks or registered trademarks of Splunk Inc. in the United States and other countries. All other brand names,product names,or trademarks belong to their respective owners.