@@ -63,7 +63,7 @@ If you require the development version, use the manual installation instructions
63631. If you want a stable version of plugin, download the desired version from
6464[github releases](https://github.com/scalyr/scalyr-grafana-datasource-plugin/releases).
6565If you want the ` development` version of the plugin,
66- clone the [plugin repository](https://github.com/scalyr/scalyr-grafana-datasource)
66+ clone the [plugin repository](https://github.com/scalyr/scalyr-grafana-datasource-plugin )
6767from GitHub. Switch to branch ` go-rewrite-v2`
6868
6969 ` ` ` bash
@@ -109,21 +109,21 @@ from GitHub. Switch to branch `go-rewrite-v2`
1091091. In order to verify proper installation you must log in to your grafana instance
110110 and navigate to ** Configuration Settings -> Data Sources** .
111111
112- ! [FirstImage](images /ConfigDataSource.png)
112+ ! [ConfigDataSource](https://github.com/scalyr/scalyr-grafana-datasource-plugin/blob/go-rewrite-v2/src/img /ConfigDataSource.png)
113113
1141142. This will take you into the configuration page. If you already have other data
115115 sources installed, you will see them show up here. Click on the ** Add data source** button:
116116
117- ! [SecondImage](images/DataSoureConfig .png)
117+ ! [DatasetConfig](https://github.com/scalyr/scalyr-grafana-datasource-plugin/blob/go-rewrite-v2/src/img/DatasetConfig .png)
118118
1191193. If you enter " Dataset" in the search bar on the resulting page you should see " Dataset" grafana plugin show up as an option.
120120
121- ! [otherPlugin](images /SearchForPlugin.png)
121+ ! [SearchForPlugin](https://github.com/scalyr/scalyr-grafana-datasource-plugin/blob/go-rewrite-v2/src/img /SearchForPlugin.png)
122122
1231234. Click on *** “Select”*** . This will take you to a configuration page where you
124124 insert your API key mentioned in the prerequisite section.
125125
126- ! [PluginConfig](images /PluginConfig.png)
126+ ! [PluginConfig](https://github.com/scalyr/scalyr-grafana-datasource-plugin/blob/go-rewrite-v2/src/img /PluginConfig.png)
127127
1281285. Enter these settings:
129129
@@ -141,35 +141,32 @@ using Scalyr data.
141141
1421421. Create a new dashboard by click Create > dashboard
143143
144- ! [CreateDashboard](images /CreateDashboard.png)
144+ ! [CreateDashboard](https://github.com/scalyr/scalyr-grafana-datasource-plugin/blob/go-rewrite-v2/src/img /CreateDashboard.png)
145145
1461462. In the ** “New dashboard”** box, select the ** “Add a new panel** icon
147147
148- ! [AddQuery](images/AddQuery.png)
149-
1501483. From the Data source dropdown, select **"Dataset"**.
151149
152- ! [ScalyrPlugin](images/ScalyrPlugin .png)
150+ ! [DataSetPlugin](https://github.com/scalyr/scalyr-grafana-datasource-plugin/blob/go-rewrite-v2/src/img/DatasetPlugin .png)
153151
1541524. A ' Query Type' field allows to choose the type of query you wanted to search for
155153
156- ! [QueryType](images/QueryType.png)
154+ ! [QueryType](https://github.com/scalyr/scalyr-grafana-datasource-plugin/blob/go-rewrite-v2/src/img/QueryType.png)
155+
1571565. ' Standard Query' - A standard query allows to search on Graph view,
158157 You can enter Graph Functions into the expression box and visualize the results. You can even enter and visualize Complex Expressions
159158 Dataset [graphFunctions documentation](https://www.scalyr.com/help/dashboards#graphFunctions)
160159 is a good resource to see the list of supported functions.
161160 Enter expression and click the save button. In the image below, we' ve added a query to graph visualized the
162161 number of log messages that contain the word "error"
163162
164- 
165-
163+ 
166164
1671656. ' Power Query' - Works similar to PQ search in Dataset app. You can enter rich set of commands for transforming
168166 and manipulating data. Data can be viewed in Table format
169167 Visit [this documentation](https://app.scalyr.com/help/power-queries) for more information on building Power Queries
170168
171- 
172-
169+ 
173170
174171You’ve successfully installed, configured and created a graph in Grafana using Dataset data!
175172
0 commit comments