Skip to content

Commit

Permalink
Add tracking file for ECS migration
Browse files Browse the repository at this point in the history
This file should help to track the migration of all files to ECS and then have potential automation on top to convert dashboards and other files which use the fields.

This file is extracted from elastic#8873 to make it available in multiple PRs.
  • Loading branch information
ruflin committed Nov 1, 2018
1 parent 2a5fbbc commit 803bb2b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dev-tools/ecs-migration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# The ECS migration file contains the information about all the Beats fields which are migrated to ECS in 7.0.
# The goal of the file is to potentially have scripts on top of this information to convert visualisations and templates
# based on this information in an automated way and to keep track of all changes which were applied.
#
# The format of the file is as following:
#
# - from: source-field-in-6.x
# to: target-filed-in-ECS
# # Alias field is useful for fields where there is a 1-1 mapping from old to new
# alias: true-if-alias-is-required-in-6x
# # Copy to is useful for fields where multiple fields map to the same ECS field
# copy_to: true-if-field-should-be-copied-to-target-in-6x

0 comments on commit 803bb2b

Please sign in to comment.