Skip to content

Elasticsearch docs have incorrect option names #1262

@lukesteensen

Description

@lukesteensen

The actual ES config options are given here:

https://github.com/timberio/vector/blob/57434aa05893d89300cee34f7aa2be7c6be7405b/src/sinks/elasticsearch.rs#L48-L54

The options listed in the config are here:

https://github.com/timberio/vector/blob/57434aa05893d89300cee34f7aa2be7c6be7405b/.meta/sinks/elasticsearch.toml#L12-L17

There are four that do not match, but it seems that the docs generation system assumes these options are the same for all sinks and it's not clear how to correct the docs for this sink alone.

Metadata

Metadata

Assignees

No one assigned

    Labels

    sink: elasticsearchAnything `elasticsearch` sink relatedtype: bugA code related bug.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions