Skip to content
Open
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_harmony_endpoint/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.2.1"
changes:
- description: Fix "Extention" -> "Extension" typo in zerophishing field description and README.
type: bugfix
link: https://github.com/elastic/integrations/pull/18520
- version: "1.2.0"
changes:
- description: Enable request trace log removal.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
description: Name of the event
- name: extension_version
type: keyword
description: Browser Extention version
description: Browser Extension version
- name: malware
type: group
fields:
Expand Down
2 changes: 1 addition & 1 deletion packages/checkpoint_harmony_endpoint/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@ An example event for `zerophishing` looks as following:
| checkpoint_harmony_endpoint.zerophishing.confidence_level | Can be Low/Medim/High/N-A | keyword |
| checkpoint_harmony_endpoint.zerophishing.description | Details of the event | text |
| checkpoint_harmony_endpoint.zerophishing.event_type | Name of the event | keyword |
| checkpoint_harmony_endpoint.zerophishing.extension_version | Browser Extention version | keyword |
| checkpoint_harmony_endpoint.zerophishing.extension_version | Browser Extension version | keyword |
| checkpoint_harmony_endpoint.zerophishing.installed_products | List of installed Endpoint Software Blades | keyword |
| checkpoint_harmony_endpoint.zerophishing.malware.action | Additional information about detection, for example "User reused corporate credentials" | keyword |
| checkpoint_harmony_endpoint.zerophishing.orig | | ip |
Expand Down
2 changes: 1 addition & 1 deletion packages/checkpoint_harmony_endpoint/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format_version: 3.3.2
name: checkpoint_harmony_endpoint
title: "Check Point Harmony Endpoint"
version: "1.2.0"
version: "1.2.1"
source:
license: "Elastic-2.0"
description: "Collect logs from Check Point Harmony Endpoint"
Expand Down
5 changes: 5 additions & 0 deletions packages/o365_metrics/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "1.1.2"
changes:
- description: Fix "upto" -> "up to" typo in o365_metrics sync description help text.
type: bugfix
link: https://github.com/elastic/integrations/pull/18520
- version: "1.1.1"
changes:
- description: Remove duplicate security-solution-default tag references
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ streams:
type: integer
title: Sync Days in the past
description: >
Specifies the number of days in the past to sync per request. As Microsoft reports are not real-time, and can take upto 48h or more to be available, this value allows to fetch the data from *N* days in the past. This re-fetching of data helps in filling any gaps between Elastic and Microsoft reports. Only values between 1-27 are allowed.
Specifies the number of days in the past to sync per request. As Microsoft reports are not real-time, and can take up to 48h or more to be available, this value allows to fetch the data from *N* days in the past. This re-fetching of data helps in filling any gaps between Elastic and Microsoft reports. Only values between 1-27 are allowed.

show_user: true
required: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ streams:
type: integer
title: Sync Days in the past
description: >
Specifies the number of days in the past to sync per request. As Microsoft reports are not real-time, and can take upto 48h or more to be available, this value allows to fetch the data from *N* days in the past. This re-fetching of data helps in filling any gaps between Elastic and Microsoft reports. Only values between 1-27 are allowed.
Specifies the number of days in the past to sync per request. As Microsoft reports are not real-time, and can take up to 48h or more to be available, this value allows to fetch the data from *N* days in the past. This re-fetching of data helps in filling any gaps between Elastic and Microsoft reports. Only values between 1-27 are allowed.

show_user: true
required: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ streams:
type: integer
title: Sync Days in the past
description: >
Specifies the number of days in the past to sync per request. As Microsoft reports are not real-time, and can take upto 48h or more to be available, this value allows to fetch the data from *N* days in the past. This re-fetching of data helps in filling any gaps between Elastic and Microsoft reports. Only values between 1-27 are allowed.
Specifies the number of days in the past to sync per request. As Microsoft reports are not real-time, and can take up to 48h or more to be available, this value allows to fetch the data from *N* days in the past. This re-fetching of data helps in filling any gaps between Elastic and Microsoft reports. Only values between 1-27 are allowed.

show_user: true
required: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ streams:
type: integer
title: Sync Days in the past
description: >
Specifies the number of days in the past to sync per request. As Microsoft reports are not real-time, and can take upto 48h or more to be available, this value allows to fetch the data from *N* days in the past. This re-fetching of data helps in filling any gaps between Elastic and Microsoft reports. Only values between 1-27 are allowed.
Specifies the number of days in the past to sync per request. As Microsoft reports are not real-time, and can take up to 48h or more to be available, this value allows to fetch the data from *N* days in the past. This re-fetching of data helps in filling any gaps between Elastic and Microsoft reports. Only values between 1-27 are allowed.

show_user: true
required: true
Expand Down
2 changes: 1 addition & 1 deletion packages/o365_metrics/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: o365_metrics
title: Microsoft Office 365 Metrics
version: "1.1.1"
version: "1.1.2"
description: Collect metrics from Microsoft Office 365 with Elastic Agent.
type: integration
format_version: "3.0.2"
Expand Down