For the transition from 6.x to 7.0 Beats added a configuration option to add alias fields to index templates pointing from the old field to the new field. Those need to be removed.
|
Migration *common.Config `config:"migration.6_to_7"` |
Changes
For 8.0 we will track migrations inside of dev-tools/ecs-migration-8x.yml. The file will have the same format as the previous dev-tools/ecs-migration.yml. It's moved into the script directory to be colocated with the two scripts that used the file.
New migration aliases for 8.0 can then begin to be added to the fields.yml files as they were in the past.
For the transition from 6.x to 7.0 Beats added a configuration option to add alias fields to index templates pointing from the old field to the new field. Those need to be removed.
beats/libbeat/idxmgmt/idxmgmt.go
Line 114 in 95626b8
Changes
For 8.0 we will track migrations inside of
dev-tools/ecs-migration-8x.yml. The file will have the same format as the previousdev-tools/ecs-migration.yml. It's moved into thescriptdirectory to be colocated with the two scripts that used the file.New migration aliases for 8.0 can then begin to be added to the fields.yml files as they were in the past.