Skip to content

Commit d91bfcd

Browse files
authored
ESQL: Add query monitoring API (#4260)
* ESQL: Add query monitoring API * Fix names, move folders * Apply prettier * Replace TypeLiteral with another class * Fix unused import * Fixes after running it manually * Add availability * Fix typo
1 parent cd2b695 commit d91bfcd

File tree

8 files changed

+456
-25
lines changed

8 files changed

+456
-25
lines changed

compiler/src/model/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ export function hoistRequestAnnotations (
679679
'manage_enrich', 'manage_ilm', 'manage_index_templates', 'manage_inference', 'manage_ingest_pipelines', 'manage_logstash_pipelines',
680680
'manage_ml', 'manage_oidc', 'manage_own_api_key', 'manage_pipeline', 'manage_rollup', 'manage_saml', 'manage_search_application', 'manage_search_query_rules', 'manage_search_synonyms',
681681
'manage_security', 'manage_service_account', 'manage_slm', 'manage_token', 'manage_transform', 'manage_user_profile',
682-
'manage_watcher', 'monitor', 'monitor_inference', 'monitor_ml', 'monitor_rollup', 'monitor_snapshot', 'monitor_text_structure',
682+
'manage_watcher', 'monitor', 'monitor_esql', 'monitor_inference', 'monitor_ml', 'monitor_rollup', 'monitor_snapshot', 'monitor_text_structure',
683683
'monitor_transform', 'monitor_watcher', 'read_ccr', 'read_ilm', 'read_pipeline', 'read_security', 'read_slm', 'transport_client'
684684
]
685685
const values = parseCommaSeparated(value)

0 commit comments

Comments
 (0)