diff --git a/packages/synthetics/changelog.yml b/packages/synthetics/changelog.yml index 414fbf28961..52b2bd1344f 100644 --- a/packages/synthetics/changelog.yml +++ b/packages/synthetics/changelog.yml @@ -1,4 +1,9 @@ # newer versions go on top +- version: "1.6.1" + changes: + - description: Add monitor interval field to synthetics package + type: enhancement + link: https://github.com/elastic/integrations/pull/14280 - version: "1.6.0" changes: - description: Disable browser inputs by default diff --git a/packages/synthetics/data_stream/browser/fields/common.yml b/packages/synthetics/data_stream/browser/fields/common.yml index 6608ccb762e..01164ca7ffb 100644 --- a/packages/synthetics/data_stream/browser/fields/common.yml +++ b/packages/synthetics/data_stream/browser/fields/common.yml @@ -73,6 +73,11 @@ description: > Time range this ping reported starting at the instant the check was started, ending at the start of the next scheduled check. + - name: interval + type: integer + description: > + Interval of the monitor in seconds. This is the interval at which the monitor is scheduled to run. + - name: fleet_managed type: boolean description: > diff --git a/packages/synthetics/data_stream/browser_network/fields/common.yml b/packages/synthetics/data_stream/browser_network/fields/common.yml index 841230154ce..68cf6f14159 100644 --- a/packages/synthetics/data_stream/browser_network/fields/common.yml +++ b/packages/synthetics/data_stream/browser_network/fields/common.yml @@ -73,6 +73,11 @@ description: > Time range this ping reported starting at the instant the check was started, ending at the start of the next scheduled check. + - name: interval + type: integer + description: > + Interval of the monitor in seconds. This is the interval at which the monitor is scheduled to run. + - name: fleet_managed type: boolean description: > diff --git a/packages/synthetics/data_stream/browser_screenshot/fields/common.yml b/packages/synthetics/data_stream/browser_screenshot/fields/common.yml index 841230154ce..5db46d32f22 100644 --- a/packages/synthetics/data_stream/browser_screenshot/fields/common.yml +++ b/packages/synthetics/data_stream/browser_screenshot/fields/common.yml @@ -73,6 +73,11 @@ description: > Time range this ping reported starting at the instant the check was started, ending at the start of the next scheduled check. + - name: interval + type: integer + description: > + Interval of the monitor in seconds. This is the interval at which the monitor is scheduled to run. + - name: fleet_managed type: boolean description: > diff --git a/packages/synthetics/data_stream/http/fields/common.yml b/packages/synthetics/data_stream/http/fields/common.yml index 02b25d52a89..9961c604854 100644 --- a/packages/synthetics/data_stream/http/fields/common.yml +++ b/packages/synthetics/data_stream/http/fields/common.yml @@ -73,6 +73,11 @@ description: > Time range this ping reported starting at the instant the check was started, ending at the start of the next scheduled check. + - name: interval + type: integer + description: > + Interval of the monitor in seconds. This is the interval at which the monitor is scheduled to run. + - name: fleet_managed type: boolean description: > diff --git a/packages/synthetics/data_stream/icmp/fields/common.yml b/packages/synthetics/data_stream/icmp/fields/common.yml index 7b0cae0b4bb..f2bfc772853 100644 --- a/packages/synthetics/data_stream/icmp/fields/common.yml +++ b/packages/synthetics/data_stream/icmp/fields/common.yml @@ -73,6 +73,11 @@ description: > Time range this ping reported starting at the instant the check was started, ending at the start of the next scheduled check. + - name: interval + type: integer + description: > + Interval of the monitor in seconds. This is the interval at which the monitor is scheduled to run. + - name: fleet_managed type: boolean description: > diff --git a/packages/synthetics/data_stream/tcp/fields/common.yml b/packages/synthetics/data_stream/tcp/fields/common.yml index 1d9a3208a97..5593039fc8a 100644 --- a/packages/synthetics/data_stream/tcp/fields/common.yml +++ b/packages/synthetics/data_stream/tcp/fields/common.yml @@ -73,6 +73,11 @@ description: > Time range this ping reported starting at the instant the check was started, ending at the start of the next scheduled check. + - name: interval + type: integer + description: > + Interval of the monitor in seconds. This is the interval at which the monitor is scheduled to run. + - name: fleet_managed type: boolean description: > diff --git a/packages/synthetics/manifest.yml b/packages/synthetics/manifest.yml index ec0dafb925a..f96efba8186 100644 --- a/packages/synthetics/manifest.yml +++ b/packages/synthetics/manifest.yml @@ -2,8 +2,8 @@ format_version: 3.0.0 name: synthetics title: Elastic Synthetics description: Internal Elastic integration for providing access to private locations. -version: 1.6.0 -categories: +version: 1.6.1 +categories: - observability # Added monitoring category as Synthetics provides synthetic monitoring capabilities - monitoring