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 Custom Viz - Scatterplot Matrix
SHA256 checksum (custom-viz-scatterplot-matrix_110.tgz) f42edf7aa5d5226161b240b5e631b08f70930a68cbc4c3a43af58fcfd9656bec
To install your download
For instructions specific to your download, click the Details tab after closing this window.

Flag As Inappropriate

splunk

Custom Viz - Scatterplot Matrix

This app has been archived. Learn more about app archiving.
This app is NOT supported by Splunk. Please read about what that means for you here.
Overview
Details
The scatterplot matrix visualization allows comparison between numeric sets of data, giving a rough
idea if there is a linear correlation between multiple fields. The scatterplot matrix consists of
Rows and Columns of individual Scatterplots that plot an X and a Y value. These values come from the
fields sent from the search bar.

Splunk Visualization - Scatterplot Matrix

Scatterplot Matrix

                The scatterplot matrix visualization allows comparison between numeric sets of data, giving a rough
                idea if there is a linear correlation between multiple fields. The scatterplot matrix consists of
                Rows and Columns of individual Scatterplots that plot an X and a Y value. These values come from the
                fields sent from the search bar.

How To Use and Read the Scatterplot Matrix

                The scatterplot matrix could be considered a table of sorts. Each row compares data against the
                column. So for each label (or field) that is displayed, follow the label to the scatterplot, and
                that is what is being compared. For example, the top right box of the example on this dashboard
                compares avg_kbps (Y axis) to stdevp_kbps (X axis). The bottom left box compares avg_kbps (X axis)
                to stdevp_kbps (Y axis). The axis are switched, and give a different visualization of the data.

                Additionally, the graph supports some interactivity. Click and drag over a portion of a scatterplot,
                and the same XY coordinates in the other plots will also be highlighted, and the legend will reflect
                the items within that highlight. Mouseover the legend items, and the corresponding data points will
                be highlighted in the scatter plots.

                You can find more information for Scatterplot Matricies at the links below.

[[Learning Omics | https://learningomics.wordpress.com/2013/01/31/scatterplot-matrices/ ]]
[[Engineering Statistics Handbook | http://www.itl.nist.gov/div898/handbook/eda/section3/eda33qb.htm]]

Configuration Options

Scatterplot Matrix has many different configuration options, each split into similar sections. The options are displayed like this:

  1. Configuration Option Name
    1. Valid Setting Options
    2. Description

Graph

  1. Box Padding
    1. <integer>
    2. This controls the space around each scatterplot.
  2. Box Size
    1. <integer>
    2. This controls the size of each scatterplot.
  3. Number of Ticks
    1. <integer>
    2. This controls the number of tick marks on each axis.
  4. Axis Label Offset
    1. <integer>
    2. This controls how far away from the scatterplot matrix the labels for the axis appear.
  5. Height
    1. <integer>
    2. This is the height of the SVG. If you have clipping due to size, increase this.
  6. Width
    1. <integer>
    2. This is the width of the SVG. If you have clipping due to size, increase this.

Legend

  1. Show Legend

    1. Yes, No
    2. This toggles the Legend.
  2. Height (px)

    1. <integer>
    2. This is the height of the Legend Text.
  3. Position

    1. Left, Right
    2. This controls where the legend is placed, either to the left or right of the
      matrix.
  4. Top Offset

    1. <integer>
    2. This controls how far from the top of the Visualization the legend will
      display.
  5. Left Offset

    1. <integer>
    2. THis controls how far from the left of the Visualization the legend wilL
      display.

Trendline

  1. Show Trendlines

    1. Yes, No
    2. This toggles the trendlines for each scatterplot.
  2. Show R-Value

    1. No, R, R²
    2. Controls if, and how, the R value is displayed on the graph.
  3. Show One-to-One Data

    1. Yes, No
    2. This controls the scatterplots on the Top-left to Bottom-Right Diagonal. This
      will remove the data points for those plots if No.
  4. Trendline Width

    1. <integer>
    2. This sets the width of the Trendline.
  5. Trendline Color

    1. <hex color>
    2. This sets the color of the Trendline.

Debug

  1. Javascript Logging
    1. Yes, No
    2. Disables or enables the logging of debug information for the visualization.

Data Points

  1. Dot Size
    1. <integer>
    2. This controls the size of the data points in the scatterplots.

Example Search

  1. index=_internal component=Metrics group=per_sourcetype_thruput | bin _time span=1h | stats avg(kbps) as avg_kbps avg(eps) as avg_eps avg(ev) as avg_ev by series _time | fields - _time_
  2. index=_internal component=Metrics group=per_sourcetype_thruput | stats avg(kbps) as avg_kbps avg(kb) as kb avg(eps) as avg_eps avg(ev) as avg_ev by series
  3. |makeresults | eval data = "0,8;0,7;1,7;1,5;3,4;4,2,4,5;3,6;1,8;2,9", recs = split(data,";") | mvexpand recs | eval t = split(recs, ","), X = mvindex(t,0), Y = mvindex(t,1), series = "person" | fields series X Y | fields - _*

Support

Please ask a question on Answers. Tag it with "aplura_viz" to get noticed.
Support URL: answers.splunk.com

Release Notes

Version 1.1.0
Oct. 10, 2017

Updated to have a more responsive design, and to support trellis.


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.