Skip to content

Commit

Permalink
refine elasticsearch readme for index define (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
KeyOfSpectator authored Aug 30, 2023
1 parent 480cae6 commit 93c459a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/elasticsearch-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Besides this, the following options can be set in query string:

(*) Note that the keys are case sensitive

* `index` - the index for metrics and events. The default is `heapster`
* `index` - the index for metrics and events. The default is `heapster`, you can define index with uri param: index=xxx
* `esUserName` - the username if authentication is enabled
* `esUserSecret` - the password if authentication is enabled
* `maxRetries` - the number of retries that the Elastic client will perform
Expand Down

0 comments on commit 93c459a

Please sign in to comment.