Skip to content

Commit

Permalink
Fix the icinga.*.severity field aliases in ecs-migration.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathieu Martin committed Dec 20, 2018
1 parent ee106ea commit e8eb3dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev-tools/ecs-migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -454,21 +454,21 @@
to: message
alias: true
- from: icinga.debug.severity
to: message
to: log.level
alias: true

- from: icinga.main.message
to: message
alias: true
- from: icinga.main.severity
to: message
to: log.level
alias: true

- from: icinga.startup.message
to: message
alias: true
- from: icinga.startup.severity
to: message
to: log.level
alias: true

# Auditbeat
Expand Down

0 comments on commit e8eb3dd

Please sign in to comment.