mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
update
This commit is contained in:
parent
1449b51e30
commit
8bea5cb8bf
1 changed files with 3 additions and 3 deletions
|
@ -238,13 +238,13 @@ export const getTestProjectSyntheticsPolicy = (
|
|||
'source.zip_url.ssl.verification_mode': { type: 'text' },
|
||||
'source.zip_url.ssl.supported_protocols': { type: 'yaml' },
|
||||
'source.zip_url.proxy_url': { type: 'text' },
|
||||
location_name: { value: 'Test private location 0', type: 'text' },
|
||||
location_name: { value: '"Test private location 0"', type: 'text' },
|
||||
id: { value: `"${id}"`, type: 'text' },
|
||||
config_id: { value: configId, type: 'text' },
|
||||
run_once: { value: false, type: 'bool' },
|
||||
origin: { value: 'project', type: 'text' },
|
||||
'monitor.project.id': { value: projectId, type: 'text' },
|
||||
'monitor.project.name': { value: projectId, type: 'text' },
|
||||
'monitor.project.id': { value: JSON.stringify(projectId), type: 'text' },
|
||||
'monitor.project.name': { value: JSON.stringify(projectId), type: 'text' },
|
||||
...inputs,
|
||||
},
|
||||
id: `synthetics/browser-browser-4b6abc6c-118b-4d93-a489-1135500d09f1-${projectId}-default-d70a46e0-22ea-11ed-8c6b-09a2d21dfbc3`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue