@@ -8,7 +8,7 @@ and dashboards in Grafana using data in Dataset. You may want to use this plugin
88to allow you to visualize Dataset data next to other data sources, for instance
99when you want to monitor many feeds on a single dashboard.
1010
11- ![ SystemDashboard] ( https://raw.githubusercontent.com/scalyr/scalyr-grafana-datasource-plugin/go-rewrite-v2 /src/img/SystemDashboard.png )
11+ ![ SystemDashboard] ( https://raw.githubusercontent.com/scalyr/scalyr-grafana-datasource-plugin/master /src/img/SystemDashboard.png )
1212
1313With the Dataset plugin, you will be able to create and visualize your log-based
1414metrics along side all of your other data sources. It's a great way to have a
@@ -44,23 +44,23 @@ afterwards.
44441 . Log in to your grafana instance and navigate to ** Configuration Settings ->
4545 Data sources** .
4646
47- ![ ConfigDataSource] ( https://raw.githubusercontent.com/scalyr/scalyr-grafana-datasource-plugin/go-rewrite-v2 /src/img/ConfigDataSource.png )
47+ ![ ConfigDataSource] ( https://raw.githubusercontent.com/scalyr/scalyr-grafana-datasource-plugin/master /src/img/ConfigDataSource.png )
4848
49492 . This will take you into the configuration page. If you already have other
5050 data sources installed, you will see them show up here. Click on the ** Add
5151 data source** button:
5252
53- ![ DatasetConfig] ( https://raw.githubusercontent.com/scalyr/scalyr-grafana-datasource-plugin/go-rewrite-v2 /src/img/DatasetConfig.png )
53+ ![ DatasetConfig] ( https://raw.githubusercontent.com/scalyr/scalyr-grafana-datasource-plugin/master /src/img/DatasetConfig.png )
5454
55553 . If you enter "Dataset" in the search bar on the resulting page you should see
5656 "Dataset" grafana plugin show up as an option.
5757
58- ![ SearchForPlugin] ( https://raw.githubusercontent.com/scalyr/scalyr-grafana-datasource-plugin/go-rewrite-v2 /src/img/SearchForPlugin.png )
58+ ![ SearchForPlugin] ( https://raw.githubusercontent.com/scalyr/scalyr-grafana-datasource-plugin/master /src/img/SearchForPlugin.png )
5959
60604 . Click on ** Select** . This will take you to a configuration page where you
6161 insert your API key mentioned in the prerequisite section.
6262
63- ![ PluginConfig] ( https://raw.githubusercontent.com/scalyr/scalyr-grafana-datasource-plugin/go-rewrite-v2 /src/img/PluginConfig.png )
63+ ![ PluginConfig] ( https://raw.githubusercontent.com/scalyr/scalyr-grafana-datasource-plugin/master /src/img/PluginConfig.png )
6464
65655 . Enter these settings:
6666
@@ -79,18 +79,18 @@ dashboard using Scalyr data.
7979
80801 . Create a new dashboard by click ** Create -> Dashboard** .
8181
82- ![ CreateDashboard] ( https://raw.githubusercontent.com/scalyr/scalyr-grafana-datasource-plugin/go-rewrite-v2 /src/img/CreateDashboard.png )
82+ ![ CreateDashboard] ( https://raw.githubusercontent.com/scalyr/scalyr-grafana-datasource-plugin/master /src/img/CreateDashboard.png )
8383
84842 . In the ** New dashboard** box, select the ** Add a new panel** icon.
8585
86863 . From the Data source dropdown, select ** Dataset** .
8787
88- ![ DataSetPlugin] ( https://raw.githubusercontent.com/scalyr/scalyr-grafana-datasource-plugin/go-rewrite-v2 /src/img/DatasetPlugin.png )
88+ ![ DataSetPlugin] ( https://raw.githubusercontent.com/scalyr/scalyr-grafana-datasource-plugin/master /src/img/DatasetPlugin.png )
8989
90904 . A ** Query Type** field allows to choose the type of query you wanted to
9191 search for.
9292
93- ![ QueryType] ( https://raw.githubusercontent.com/scalyr/scalyr-grafana-datasource-plugin/go-rewrite-v2 /src/img/QueryType.png )
93+ ![ QueryType] ( https://raw.githubusercontent.com/scalyr/scalyr-grafana-datasource-plugin/master /src/img/QueryType.png )
9494
95955 . ** Standard Query** - A standard query allows to search on Graph view. You can
9696 enter graph functions into the expression box and visualize the results. You
@@ -102,15 +102,15 @@ dashboard using Scalyr data.
102102 added a query to graph the number of log messages that contain the word
103103 "error".
104104
105- ![ StandardQuery] ( https://raw.githubusercontent.com/scalyr/scalyr-grafana-datasource-plugin/go-rewrite-v2 /src/img/StandardQuery.png )
105+ ![ StandardQuery] ( https://raw.githubusercontent.com/scalyr/scalyr-grafana-datasource-plugin/master /src/img/StandardQuery.png )
106106
1071076 . ** Power Query** - Works similar to PQ search in Dataset app. You can enter
108108 rich set of commands for transforming and manipulating data. Data can be
109109 viewed in table format. Visit
110110 [ this page] ( https://app.scalyr.com/help/power-queries ) for more information
111111 on building Power Queries.
112112
113- ![ PowerQuery] ( https://raw.githubusercontent.com/scalyr/scalyr-grafana-datasource-plugin/go-rewrite-v2 /src/img/PowerQuery.png )
113+ ![ PowerQuery] ( https://raw.githubusercontent.com/scalyr/scalyr-grafana-datasource-plugin/master /src/img/PowerQuery.png )
114114
115115You’ve successfully installed, configured and created a graph in Grafana using
116116Dataset data!
0 commit comments