Skip to content

Commit

Permalink
don't migrate beat.hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
jalvz committed Dec 19, 2018
1 parent 2a28aad commit 8d8b859
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
5 changes: 0 additions & 5 deletions _beats/dev-tools/ecs-migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@

# Beat fields

- from: beat.hostname
to: host.hostname
alias6: true
alias: true

- from: beat.timezone
to: event.timezone
alias6: true
Expand Down
16 changes: 16 additions & 0 deletions script/update_beats.patch
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
diff --git dev-tools/ecs-migration.yml dev-tools/ecs-migration.yml
index ea3268a0..3ec8dfde 100644
--- dev-tools/ecs-migration.yml
+++ dev-tools/ecs-migration.yml
@@ -15,11 +15,6 @@

# Beat fields

-- from: beat.hostname
- to: host.hostname
- alias6: true
- alias: true
-
- from: beat.timezone
to: event.timezone
alias6: true
diff --git libbeat/_meta/fields.common.yml libbeat/_meta/fields.common.yml
index 4866b0462..d9401b8c1 100644
--- libbeat/_meta/fields.common.yml
Expand Down

0 comments on commit 8d8b859

Please sign in to comment.