Skip to content

Commit

Permalink
Adapted LEGACY_HEADERS_UNNECESSARY_AS_OF
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Bandener <nils.bandener@eliatra.com>
  • Loading branch information
nibix committed Nov 13, 2024
1 parent 4741a65 commit 3c88111
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class DlsFlsLegacyHeaders {
* Defines the first OpenSearch version which does not need the legacy headers
* TODO this needs to be adapted
*/
static final Version LEGACY_HEADERS_UNNECESSARY_AS_OF = Version.V_EMPTY;
static final Version LEGACY_HEADERS_UNNECESSARY_AS_OF = Version.V_2_19_0;

/**
* Returns true if the current cluster still contains nodes which are on an OpenSearch version which
Expand Down

0 comments on commit 3c88111

Please sign in to comment.