Elasticsearch sink config changes and deprecations
Some fields of the elasticsearch sink config are deprecated and scheduled to be removed in 0.19.0
You may view the most recent config options here: https://vector.dev/docs/reference/configuration/sinks/elasticsearch/
Deprecated Field | New Field |
---|---|
mode = normal | mode = bulk |
host | endpoint |
bulk_action | bulk.action |
index | bulk.index |
headers | request.headers |