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/synthetics/changelog.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions packages/synthetics/data_stream/browser/fields/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down
5 changes: 5 additions & 0 deletions packages/synthetics/data_stream/http/fields/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down
5 changes: 5 additions & 0 deletions packages/synthetics/data_stream/icmp/fields/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down
5 changes: 5 additions & 0 deletions packages/synthetics/data_stream/tcp/fields/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
Expand Down
4 changes: 2 additions & 2 deletions packages/synthetics/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading