Skip to content

Commit

Permalink
Curl command does not work without redirects (influxdata#4846)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayclifford345 authored Apr 4, 2023
1 parent 274a6bd commit dd3a6f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/influxdb/cloud-iox/visualize-data/grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The Grafana Flight SQL plugin is experimental and subject to change.
{{% /warn %}}

```sh
curl https://github.com/influxdata/grafana-flightsql-datasource/releases/download/v0.1.8/influxdata-flightsql-datasource-0.1.8.zip
curl -L https://github.com/influxdata/grafana-flightsql-datasource/releases/download/v0.1.9/influxdata-flightsql-datasource-0.1.9.zip --output influxdata-flightsql-datasource.zip
```

<span id="custom-grafana-plugins-directory"></span>
Expand All @@ -69,7 +69,7 @@ The custom plugins directory can be any filesystem location that Grafana can acc

{{% code-callout "/custom/plugins/directory" %}}
```sh
unzip influxdata-flightsql-datasource-0.1.5.zip -d /custom/plugins/directory/
unzip influxdata-flightsql-datasource.zip -d /custom/plugins/directory/
```
{{% /code-callout %}}

Expand Down

0 comments on commit dd3a6f0

Please sign in to comment.