Skip to content

Commit

Permalink
Revert "Revert "[Synthetics] Added mappings for meta object (elastic#…
Browse files Browse the repository at this point in the history
…7813)""

This reverts commit ee05a5d.
  • Loading branch information
emilioalvap committed Oct 4, 2023
1 parent f00d7f9 commit 26dd4be
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 2 deletions.
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 @@ -20,7 +20,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 @@ -20,6 +20,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 @@ -20,6 +20,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
8 changes: 7 additions & 1 deletion packages/synthetics/data_stream/http/fields/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@
- name: monitor
type: group
description: >
Common monitor fields.
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 @@ -20,6 +20,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 @@ -20,6 +20,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

0 comments on commit 26dd4be

Please sign in to comment.