Skip to content

Commit

Permalink
feat: support for scraping multiple elasticsearch instance
Browse files Browse the repository at this point in the history
  • Loading branch information
lework committed Aug 30, 2024
1 parent 1bf0399 commit 8515a42
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 8515a42

Please sign in to comment.