Skip to content

Commit 67205f7

Browse files
committed
Updated README.md image urls
1 parent 06f189a commit 67205f7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and dashboards in Grafana using data in Dataset. You may want to use this plugin
88
to allow you to visualize Dataset data next to other data sources, for instance
99
when 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

1313
With the Dataset plugin, you will be able to create and visualize your log-based
1414
metrics along side all of your other data sources. It's a great way to have a
@@ -44,23 +44,23 @@ afterwards.
4444
1. 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

4949
2. 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

5555
3. 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

6060
4. 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

6565
5. Enter these settings:
6666

@@ -79,18 +79,18 @@ dashboard using Scalyr data.
7979

8080
1. 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

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

8686
3. 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

9090
4. 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

9595
5. **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

107107
6. **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

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

0 commit comments

Comments
 (0)