Skip to content

Commit

Permalink
[Synthetics] Added mappings for meta object (#7813)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Sep 26, 2023
1 parent 17e06de commit 83fadf1
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 2 deletions.
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.0.8"
changes:
- description: Added mappings for meta fields
type: enhancement
link: https://github.com/elastic/integrations/pull/7813
- version: "1.0.7"
changes:
- description: Add max attempts default value to 2
Expand Down
7 changes: 6 additions & 1 deletion packages/synthetics/data_stream/browser/fields/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@
type: group
description: >
Common monitor fields.
- name: meta
type: object
enabled: true
dynamic: true
description: >
The meta fields allow you to add additional information to a monitor.
fields:
- name: type
type: constant_keyword
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
type: group
description: >
Common monitor fields.
- name: meta
type: object
enabled: true
dynamic: true
description: >
The meta fields allow you to add additional information to a monitor.
fields:
- name: type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
type: group
description: >
Common monitor fields.
- name: meta
type: object
enabled: true
dynamic: true
description: >
The meta fields allow you to add additional information to a monitor.
fields:
- name: type
Expand Down
6 changes: 6 additions & 0 deletions packages/synthetics/data_stream/http/fields/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
type: group
description: >
Common monitor fields.
- name: meta
type: object
enabled: true
dynamic: true
description: >
The meta fields allow you to add additional information to a monitor.
fields:
- name: type
Expand Down
6 changes: 6 additions & 0 deletions packages/synthetics/data_stream/icmp/fields/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
type: group
description: >
Common monitor fields.
- name: meta
type: object
enabled: true
dynamic: true
description: >
The meta fields allow you to add additional information to a monitor.
fields:
- name: type
Expand Down
6 changes: 6 additions & 0 deletions packages/synthetics/data_stream/tcp/fields/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
type: group
description: >
Common monitor fields.
- name: meta
type: object
enabled: true
dynamic: true
description: >
The meta fields allow you to add additional information to a monitor.
fields:
- name: type
Expand Down
2 changes: 1 addition & 1 deletion packages/synthetics/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ format_version: 1.0.0
name: synthetics
title: Elastic Synthetics
description: Internal Elastic integration for providing access to private locations.
version: 1.0.7
version: 1.0.8
categories: ["observability"]
release: ga
type: integration
Expand Down

0 comments on commit 83fadf1

Please sign in to comment.