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.
posted
02 Aug '11, 20:25
ndoshi
5.7k●4●3●14
accept rate:
11%