Skip to content

Remove _all settings in the 5.x version of the template #4901

Closed
@tsg

Description

In the 5.x version of the template we currently have:

"_all": { "norms": false}

This breaks after upgrading ES to 6.0, without upgrading the template.

~~We should replace it with:

"_all": { "enabled": false }

Disabling _all is fine, because ES 5.X supports searching all fields without the need of an _all field.~~

We should do this in both 6.0 and 5.6 branches. This will help with the upgrade process.

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions