We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31da5c7 commit dfbb312Copy full SHA for dfbb312
README.md
@@ -35,7 +35,7 @@ can find documentation on API Keys [here](https://www.scalyr.com/help/api#scalyr
35
36
```bash
37
grafana-cli --pluginUrl \
38
- https://github.com/scalyr/scalyr-grafana-datasource-plugin/releases/download/2.3.1/scalyr_grafana_plugin_d8e1e08.zip \
+ https://github.com/scalyr/scalyr-grafana-datasource-plugin/releases/download/2.3.1/scalyr_grafana_plugin_31da5c7.zip \
39
plugins install scalyr-datasource
40
```
41
@@ -78,7 +78,7 @@ from GitHub.
78
Stable version:
79
80
81
- tar -xvf scalyr_grafana_plugin_d8e1e08.tar.gz
+ tar -xvf scalyr_grafana_plugin_31da5c7.tar.gz
82
cp -rf dist/ /var/lib/grafana/plugins/scalyr/
83
84
0 commit comments