mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Synthetics] Fix parsing of response check json expression (#161634)
This commit is contained in:
parent
5fca22a79d
commit
707a637f42
1 changed files with 2 additions and 0 deletions
|
@ -10,8 +10,10 @@ import { ConfigKey } from '../../../common/constants/monitor_management';
|
|||
export const PARAMS_KEYS_TO_SKIP = [
|
||||
'secrets',
|
||||
'fields',
|
||||
ConfigKey.MONITOR_QUERY_ID,
|
||||
ConfigKey.LOCATIONS,
|
||||
ConfigKey.TLS_VERSION,
|
||||
ConfigKey.SOURCE_PROJECT_CONTENT,
|
||||
ConfigKey.SOURCE_INLINE,
|
||||
ConfigKey.RESPONSE_JSON_CHECK,
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue