Skip to content

Elasticsearch compatibility #132

@zhangtong007

Description

@zhangtong007

There's no existing/similar bug report.

  • I have searched the existing issues

Describe the bug:

Elasticsearch in versions 7.x and above no longer supports setting the doc type field. The field is unified as '_doc'.

Expected behavior:

review the code and change the index that is not of type _doc to type _doc
delete all the code that calls the Type api in the es client. versions above 7.x use _doc as the type by default

Additional

such as:
image

Lunettes version

No response

Kubernetes version

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions