Skip to content

Commit a453f6b

Browse files
jnadlerJeff Nadler
andauthored
Update es docs (#20)
* Improve elastic index error logging * Add auth fields to elasticsearch node doc * Go mod tidy Co-authored-by: Jeff Nadler <[email protected]>
1 parent 15ec525 commit a453f6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/node-elasticsearch.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Internally, `elasticsearch` uses the `BulkService` in the `olivere/elastic` clie
2525
Param | Required | Default | Description
2626
--------------------------|:--------:|---------|--------------
2727
elastic-addr | * | | Comma-separated list of Elasticsearch client nodes.
28+
elastic-username | | | Username used in http/basic authentication.
29+
elastic-password | | | Password used in http/basic authentication.
2830
batch-size | | 100 | Wait until this many documents are collected and send them as a single batch.
2931
batch-max-wait-ms | | 1000 | Max time, in ms, to wait for `batch-size` documents to be ready before sending a smaller batch.
3032
bulk-index-timeout-ms | | 5000 | Timeout passed to Elasticsearch along with the bulk index request.

0 commit comments

Comments
 (0)