PeterWeid / splunkheatmap

A Splunk custom visualization based on plotly's heatmap visualization.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plotly Custom Visualization for Splunk

This app has been published on Splunkbase. This is a custom visualization for Splunk which uses the plotly js library together with the Splunk custom visualization API.

This Repo currently contains the following visualizations:

  • heatmap

Alt text Alt text

Installation

  • Download and install Splunk
  • Download this repository and unpack it
  • copy the folder to your apps directory $SPLUNK_HOME/etc/apps/ of your splunk installation
  • Restart splunk to apply changes either with $SPLUNK_HOME/bin/splunk restart or from the UI

Usage

Heatmap

  • Type your search
  • The search should contain the following fields xValues, and additionals fields that will make up the yValues axis names of the heatmap
  • The zValues array will be taken from all fields except the xValues field
  • Click on tab Visualization and then Heatmap
  • Format the visualization as needed
  • The field name of xValues can be changed in the formatting menu

Style Menu

The app allows for some custom modifications. Currently the following settings are implemented: Alt text

About

A Splunk custom visualization based on plotly's heatmap visualization.


Languages

Language:JavaScript 100.0%Language:HTML 0.0%Language:CSS 0.0%Language:Ruby 0.0%