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 71c702d commit a2a63dcCopy full SHA for a2a63dc
website/docs/index.html.markdown
@@ -25,8 +25,8 @@ provider "elkaliases" {
25
Provider settings can be specified via environment variables as follows:
26
27
```shell
28
-export ELKALIASES_URL=http://localhost:9200
29
-export ELKALIASES_TOKEN=token
+export ELASTICSEARCH_ENDPOINT=http://localhost:9200
+export ELASTICSEARCH_API_KEY=token
30
```
31
32
## Argument Reference
0 commit comments