Skip to content

Commit

Permalink
feat: support for scraping multiple elasticsearch instance
Browse files Browse the repository at this point in the history
Signed-off-by: lework <[email protected]>
  • Loading branch information
lework committed Sep 2, 2024
1 parent da5e9fa commit 926e4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ http://localhost:9114/probe?target=http://server1:9200&auth_module=TEST
```

- target: es url
- auth_module: es url对应的用户名密码环境变量 exp: ES_{auth_module}_USERNAME=elastic, ES_{auth_module}_PASSWORD
- auth_module: The username and password environment variables for the es url. exp: `ES_{auth_module}_USERNAME`, `ES_{auth_module}_PASSWORD`

```
elasticsearch_exporter:
Expand Down

0 comments on commit 926e4a8

Please sign in to comment.