Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Synthetics] Fixes mappings regression #8005

Merged
merged 7 commits into from
Sep 28, 2023
Merged
Show file tree
Hide file tree
Changes from 3 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.0.9"
changes:
- description: Fixes mapping regression
type: enhancement
link: https://github.com/elastic/integrations/pull/8005
- version: "1.0.8"
changes:
- description: Added mappings for meta fields
Expand Down
8 changes: 4 additions & 4 deletions packages/synthetics/data_stream/browser/fields/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
- name: service.name
type: keyword
description: APM service name this monitor is linked to
- name: monitor
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.
- name: monitor
type: group
description: >
Common monitor fields.
fields:
- name: type
type: constant_keyword
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
- name: service.name
type: keyword
description: APM service name this monitor is linked to
- name: monitor
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.
The meta fields allow you to add additional information to a monitor.
- name: monitor
type: group
description: >
Common monitor fields.

fields:
- name: type
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
- name: service.name
type: keyword
description: APM service name this monitor is linked to
- name: monitor
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.
The meta fields allow you to add additional information to a monitor.
- name: monitor
type: group
description: >
Common monitor fields.

fields:
- name: type
Expand Down
10 changes: 5 additions & 5 deletions packages/synthetics/data_stream/icmp/fields/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
- name: service.name
type: keyword
description: APM service name this monitor is linked to
- name: monitor
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.
The meta fields allow you to add additional information to a monitor.
- name: monitor
type: group
description: >
Common monitor fields.

fields:
- name: type
Expand Down
10 changes: 5 additions & 5 deletions packages/synthetics/data_stream/tcp/fields/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
- name: service.name
type: keyword
description: APM service name this monitor is linked to
- name: monitor
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.
The meta fields allow you to add additional information to a monitor.
- name: monitor
type: group
description: >
Common monitor fields.

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.8
version: 1.0.9
categories: ["observability"]
release: ga
type: integration
Expand Down