@@ -8,7 +8,7 @@ and dashboards in Grafana using data in Dataset. You may want to use this plugin
8
8
to allow you to visualize Dataset data next to other data sources, for instance
9
9
when you want to monitor many feeds on a single dashboard.
10
10
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 )
12
12
13
13
With the Dataset plugin, you will be able to create and visualize your log-based
14
14
metrics along side all of your other data sources. It's a great way to have a
@@ -44,23 +44,23 @@ afterwards.
44
44
1 . Log in to your grafana instance and navigate to ** Configuration Settings ->
45
45
Data sources** .
46
46
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 )
48
48
49
49
2 . This will take you into the configuration page. If you already have other
50
50
data sources installed, you will see them show up here. Click on the ** Add
51
51
data source** button:
52
52
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 )
54
54
55
55
3 . If you enter "Dataset" in the search bar on the resulting page you should see
56
56
"Dataset" grafana plugin show up as an option.
57
57
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 )
59
59
60
60
4 . Click on ** Select** . This will take you to a configuration page where you
61
61
insert your API key mentioned in the prerequisite section.
62
62
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 )
64
64
65
65
5 . Enter these settings:
66
66
@@ -79,18 +79,18 @@ dashboard using Scalyr data.
79
79
80
80
1 . Create a new dashboard by click ** Create -> Dashboard** .
81
81
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 )
83
83
84
84
2 . In the ** New dashboard** box, select the ** Add a new panel** icon.
85
85
86
86
3 . From the Data source dropdown, select ** Dataset** .
87
87
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 )
89
89
90
90
4 . A ** Query Type** field allows to choose the type of query you wanted to
91
91
search for.
92
92
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 )
94
94
95
95
5 . ** Standard Query** - A standard query allows to search on Graph view. You can
96
96
enter graph functions into the expression box and visualize the results. You
@@ -102,15 +102,15 @@ dashboard using Scalyr data.
102
102
added a query to graph the number of log messages that contain the word
103
103
"error".
104
104
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 )
106
106
107
107
6 . ** Power Query** - Works similar to PQ search in Dataset app. You can enter
108
108
rich set of commands for transforming and manipulating data. Data can be
109
109
viewed in table format. Visit
110
110
[ this page] ( https://app.scalyr.com/help/power-queries ) for more information
111
111
on building Power Queries.
112
112
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 )
114
114
115
115
You’ve successfully installed, configured and created a graph in Grafana using
116
116
Dataset data!
0 commit comments