File tree Expand file tree Collapse file tree 6 files changed +19
-14
lines changed
Expand file tree Collapse file tree 6 files changed +19
-14
lines changed Original file line number Diff line number Diff line change 11# newer versions go on top
2+ - version : " 0.11.4"
3+ changes :
4+ - description : Add run_from.geo.name field to monitor config to preserve location name
5+ type : bugfix
6+ link : https://github.com/elastic/integrations/pull/4741
27- version : " 0.11.3"
38 changes :
49 - description : Add run_from field to monitor config
813 changes :
914 - description : Change incorrectly typed `states.ends.duration` field from `date` to long
1015 type : bugfix
11- link : https://github.com/elastic/integrations/pull/4477
16+ link : https://github.com/elastic/integrations/pull/4541
1217- version : " 0.11.1"
1318 changes :
1419 - description : Change incorrectly typed `states.duration` field from `date` to long
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ origin: {{origin}}
1010{{ #if location_name }}
1111run_from.id: {{ location_name }}
1212{{ /if }}
13+ {{ #if location_name }}
14+ run_from.geo.name: {{ location_name }}
15+ {{ /if }}
1316enabled: {{ enabled }}
1417{{ #if service.name }}
1518service.name: {{ service.name }}
@@ -81,9 +84,6 @@ source.zip_url.ssl.supported_protocols: {{source.zip_url.ssl.supported_protocols
8184source.zip_url.proxy_url: {{ source.zip_url.proxy_url }}
8285{{ /if }}
8386processors:
84- - add_observer_metadata:
85- geo:
86- name: {{ location_name }}
8787 - add_fields:
8888 target: ''
8989 fields:
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ origin: {{origin}}
1010{{ #if location_name }}
1111run_from.id: {{ location_name }}
1212{{ /if }}
13+ {{ #if location_name }}
14+ run_from.geo.name: {{ location_name }}
15+ {{ /if }}
1316enabled: {{ enabled }}
1417urls: {{ urls }}
1518{{ #if service.name }}
@@ -70,9 +73,6 @@ ssl.verification_mode: {{ssl.verification_mode}}
7073ssl.supported_protocols: {{ ssl.supported_protocols }}
7174{{ /if }}
7275processors:
73- - add_observer_metadata:
74- geo:
75- name: {{ location_name }}
7676 - add_fields:
7777 target: ''
7878 fields:
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ origin: {{origin}}
1010{{ #if location_name }}
1111run_from.id: {{ location_name }}
1212{{ /if }}
13+ {{ #if location_name }}
14+ run_from.geo.name: {{ location_name }}
15+ {{ /if }}
1316enabled: {{ enabled }}
1417hosts: {{ hosts }}
1518{{ #if service.name }}
@@ -22,9 +25,6 @@ timeout: {{timeout}}
2225tags: {{ tags }}
2326{{ /if }}
2427processors:
25- - add_observer_metadata:
26- geo:
27- name: {{ location_name }}
2828 - add_fields:
2929 target: ''
3030 fields:
Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ origin: {{origin}}
1010{{ #if location_name }}
1111run_from.id: {{ location_name }}
1212{{ /if }}
13+ {{ #if location_name }}
14+ run_from.geo.name: {{ location_name }}
15+ {{ /if }}
1316enabled: {{ enabled }}
1417hosts: {{ hosts }}
1518{{ #if service.name }}
@@ -49,9 +52,6 @@ ssl.verification_mode: {{ssl.verification_mode}}
4952ssl.supported_protocols: {{ ssl.supported_protocols }}
5053{{ /if }}
5154processors:
52- - add_observer_metadata:
53- geo:
54- name: {{ location_name }}
5555 - add_fields:
5656 target: ''
5757 fields:
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ format_version: 1.0.0
22name : synthetics
33title : Elastic Synthetics
44description : Monitor the availability of your services with Elastic Synthetics.
5- version : 0.11.3
5+ version : 0.11.4
66categories : ["elastic_stack", "monitoring", "web"]
77release : beta
88type : integration
You can’t perform that action at this time.
0 commit comments