Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[checkpoint] Fix checkpoint.source_object mapping #2951

Merged
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions packages/checkpoint/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.3.3"
changes:
- description: Change mapping type of checkpoint.source_object to keyword from integer.
type: bugfix
link: https://github.com/elastic/integrations/pull/2951
- version: "1.3.2"
changes:
- description: Fix field mapping conflicts for `checkpoint.icmp_type`, `checkpoint.icmp_code` & `checkpoint.email_recipients_num`
Expand Down
3 changes: 0 additions & 3 deletions packages/checkpoint/data_stream/firewall/fields/beats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
- description: Offset of the entry in the log file.
name: log.offset
type: long
- description: Path to the log file.
name: log.file.path
type: keyword
- description: Name of the service data is collected from.
name: destination.service.name
type: keyword
Expand Down
4 changes: 4 additions & 0 deletions packages/checkpoint/data_stream/firewall/fields/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@
name: event.ingested
- external: ecs
name: event.kind
- external: ecs
name: event.original
- external: ecs
name: event.outcome
- external: ecs
Expand Down Expand Up @@ -232,3 +234,5 @@
name: user_agent.original
- external: ecs
name: vulnerability.id
- external: ecs
name: log.file.path
Loading