-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finish migration to event.duration for 4 Filebeat modules (#10274)
- This finishes the full migration to `event.duration` for the last modules: - elasticsearch.slowlog - haproxy.log - mysql.slowlog - postgresql.log - Changes introduced in this PR - All pipelines use a temp value and a common Ingest Node painless processor, to reduce compilations. - MySQL uses the temp field but not the shared code, as it requires a tweak to avoid float imprecision problems - Old field names removed from fields definitions entirely. Since the scale changes by a factor or 1 million or 1 billion, we can't make them aliases with a straight face. - Each of these migrated fields gets a special entry in `ecs-migration.yml`, which mentions the `scale` difference between the old field and `event.duration`
- Loading branch information
Showing
28 changed files
with
76 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -151,4 +151,4 @@ | |
"source.ip": "192.168.2.1", | ||
"user.name": "username" | ||
} | ||
] | ||
] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.