Plugins 〉Dataset


Developer
DataSet


Sign up to receive occasional product news and updates:



The commercial agreement for this plugin has expired. Contact the vendor if you require assistance.
Data Source
commercial

Dataset

  • Overview
  • Installation
  • Change log
  • Related content

Dataset data source for Grafana

Marketplace Downloads

The Dataset Grafana data source plugin allows you to create and visualize graphs and dashboards in Grafana using data in Dataset. You may want to use this plugin to allow you to visualize Dataset data next to other data sources, for instance when you want to monitor many feeds on a single dashboard.

SystemDashboard

With the Dataset plugin, you will be able to create and visualize your log-based metrics along side all of your other data sources. It's a great way to have a single pane of glass for today's complex systems. You can leverage Grafana alerts based on Dataset data to notify you when there are possible issues. More importantly, you'll soon be able to jump to Dataset's fast, easy and intuitive platform to quickly identify the underlying causes of issues that may arise.

Prerequisites

  • An installed Grafana server instance with write access: This document assumes that an existing instance of Grafana already exists. If you need help bringing up a Grafana instance, please refer to the documentation provided by Grafana.
  • A Dataset read log API Key: A Dataset API key is required for Grafana to pull data from Dataset. You can obtain one by going to your account in the Dataset product and selecting the “API Keys” from the menu in the top right corner. You can find documentation on API Keys here.

Installation

Using grafana-cli: grafana-cli plugins install sentinelone-dataset-datasource

Alternatively can download it here and unzip it manually into the Grafana plugins directory (eg /var/lib/grafana/plugins). A restart of the Grafana server is required afterwards.

Configuration

  1. Log in to your grafana instance and navigate to Configuration Settings -> Data sources.

    ConfigDataSource

  2. This will take you into the configuration page. If you already have other data sources installed, you will see them show up here. Click on the Add data source button:

    DatasetConfig

  3. If you enter "Dataset" in the search bar on the resulting page you should see "Dataset" grafana plugin show up as an option.

    SearchForPlugin

  4. Click on Select. This will take you to a configuration page where you insert your API key mentioned in the prerequisite section.

    PluginConfig

  5. Enter these settings:

    Field NameValue
    Dataset API KeyYour Scalyr Read Logs API Key
    Dataset URLhttps://app.scalyr.com or https://app.eu.scalyr.com for EU users.
  6. Click Save & Test to verify these settings are correct.

Using the Dataset Datasource

Now that you’ve completed installing and configuring the Dataset data source plugin, lets go through an example of how you can start using it to create a dashboard using Scalyr data.

  1. Create a new dashboard by click Create -> Dashboard.

    CreateDashboard

  2. In the New dashboard box, select the Add a new panel icon.

  3. From the Data source dropdown, select Dataset.

    DataSetPlugin

  4. A Query Type field allows to choose the type of query you wanted to search for.

    QueryType

  5. Standard Query - A standard query allows to search on Graph view. You can enter graph functions into the expression box and visualize the results. You can even enter and visualize complex expressions. This is a good resource to see the list of supported functions.

    Enter an expression and click the save button. In the image below, we've added a query to graph the number of log messages that contain the word "error".

    StandardQuery

  6. Power Query - Works similar to PQ search in Dataset app. You can enter rich set of commands for transforming and manipulating data. Data can be viewed in table format. Visit this page for more information on building Power Queries.

    Note PowerQuery results are unsorted by default. If using a PowerQuery to populate a timeseries graph, make sure to sort results by appending | sort -timestamp to the query.

    PowerQuery

  7. Cross Team Search - The Team Emails field is used to specify which teams the query should be run against. Works the same as Cross Team Search in the DataSet app. More information on teams can be found here. Note that the owner of the Log Read API key used to setup the DataSet Datasource must be a member of all teams being queried.

    CrossTeamQuery

You’ve successfully installed, configured and created a graph in Grafana using Dataset data!

Note: you can add multiple queries to a visualization to plot multiple series on the same graph.

Variables

For general information on Grafana variables see the documentation on variable syntax and variable format options

Queries support all Grafana variable substitution syntaxes, for example:

$varname
${varname}
${varname:<format>}

For multi-value variables use the singlequote or doublequote formatting option:

${varname:singlequote} => 'value1','value2','value3'
${varname:doublequote} => "value1","value2","value3"

The expected use of multi-value variables is for in queries, for example:

$serverHost in (${host:singlequote})

Installing Dataset on Grafana Cloud:

For more information, visit the docs on plugin installation.

Changelog

3.1.3

  • Bugfix around scalyrUrl assignment (Issue #124)

3.1.2

  • Cross-team query support.

3.1.1

  • Bugfix around use of query options (max data points & interval)

3.1.0

  • Bumped Golang version to 1.20
    • Bumped dependent packages (namely grafana-plugin-sdk-go) to latest
  • Bumped Node version to latest LTS version
    • Replaced the grafana/toolkit package with the grafana/{create,sign}-plugin packages
    • Bumped dependent package versions to latest
  • Bugfix around repeated panels with multiple-selected variables

3.0.9

  • #110: Do not set autoAlign (formerly the default) for plots to allow specification via query options

3.0.{6-8}

  • DataSet api usage improvements
  • Use the Grafana server context to cancel queries if signaled

3.0.5

  • Update yarn dependency @grafana/toolkit to 8.5.0
  • Set a custom user-agent to support tracking
  • Added user-specified label support (Issue #105)

3.0.4

  • Minor README.md fixes
  • Minor default server url fix
  • Support breakdown graphs with empty standard queries
  • Removed an unnecessary hardcoded field in top-facet requests
  • Minor change to support Grafana 8.2.x
  • Support for future LRQ api change

3.0.3

Minor client fix and set Grafana dependency to >=8.3.0.

3.0.2

Minor changes based on Grafana support feedback.

3.0.1

Minor cleanups/changes.

3.0.0 (Unreleased)

Initial release.