Skip to content

Commit

Permalink
Remove index.history settings forwarding in es:migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebouthinon committed Feb 28, 2023
1 parent cc8f923 commit e8c9c76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/support/migrate/providers/elasticsearch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export class Elasticsearch implements Provider {
delete specifications.settings.index.uuid;
delete specifications.settings.index.version;
delete specifications.settings.index.routing;
delete specifications.settings.index.history;

return specifications;
}
Expand Down

0 comments on commit e8c9c76

Please sign in to comment.