Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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.4"
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.3"
changes:
- description: Add documentation for multi-fields
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