Refine your search:

Thanks For Downloading!

Review the documentation below and follow any custom installation steps. If no install steps are listed, most Splunk Apps and Add-ons can be installed as follows:

Windows: Decompress the downloaded file using a tool like 7-Zip and place the resulting folder into %PROGRAMFILES%\Splunk\etc\apps. Then restart Splunk using the splunk restart command or the GUI.

Unix/Linux: Decompress the downloaded file using a tool like tar -xvf and place the resulting folder into $SPLUNK_HOME/etc/apps. Then restart Splunk using the splunk restart command or the GUI.

Description

This Java program add-on takes a properly formatted CSV file that contains the minimum
information to generate a timechart panel in a dashboard and generates a
complete Splunk Simple XML dashboard. Its main use is to rapidly prototype
the comparison of various values on the same screen so that these reports
can be generated for a quick comparison of values of data over time. An example
input CSV file is in the lookups directory for this add-on. It is hoped that
you will write your own input CSV file.

title, index, sourcetype, field, avg_count, line_column_area, earliest, latest
Average bytes,_internal,splunkd_access,bytes,avg,line,-24h,now

Usage:

Usage:java -cp <cp> GenerateDashboard <input.csv> label <dashboard.xml>

Example: java -cp lib GenerateDashboard lookups/compare.csv "My Test Dashboard" mydashboard.xml

Read the README.txt for more information.

Versions and Release Notes

Version 1.0 (current version - updated Aug 02, 2011)

posted 02 Aug '11, 20:25

ndoshi's gravatar image

ndoshi
5.7k4314
accept rate: 11%

new version 02 Aug '11, 13:25


0 Reviews:
0 reviews, 0 ratings, average 0.0
Be the first one to review!

Did you find this app useful?

Preview toggle preview

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