Skip to content

Commit

Permalink
Merge pull request #183 from kuzzleio/fix-forwarded-settings-es-migrate
Browse files Browse the repository at this point in the history
Remove index.history settings forwarding in es:migrate
  • Loading branch information
Shiranuit authored Mar 6, 2023
2 parents 9ea4a3b + e8c9c76 commit c99747c
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 c99747c

Please sign in to comment.