@@ -214,6 +214,7 @@ export default async function validateModel (apiModel: model.Model, restSpec: Ma
214
214
const existingDuplicates : Record < string , string [ ] > = {
215
215
Action : [ 'indices.modify_data_stream' , 'indices.update_aliases' , 'watcher._types' ] ,
216
216
Actions : [ 'ilm._types' , 'security.put_privileges' , 'watcher._types' ] ,
217
+ ClusterInfo : [ 'cluster.allocation_explain' , 'esql._types' ] ,
217
218
ComponentTemplate : [ 'cat.component_templates' , 'cluster._types' ] ,
218
219
Context : [ '_global.get_script_context' , '_global.search._types' , 'nodes._types' ] ,
219
220
DatabaseConfigurationMetadata : [ 'ingest.get_geoip_database' , 'ingest.get_ip_location_database' ] ,
@@ -231,6 +232,7 @@ export default async function validateModel (apiModel: model.Model, restSpec: Ma
231
232
Phases : [ 'ilm._types' , 'xpack.usage' ] ,
232
233
Pipeline : [ 'ingest._types' , 'logstash._types' ] ,
233
234
Policy : [ 'enrich._types' , 'ilm._types' , 'slm._types' ] ,
235
+ Query : [ '_global.knn_search._types' , 'xpack.usage' ] ,
234
236
RequestItem : [ '_global.msearch' , '_global.msearch_template' ] ,
235
237
ResponseItem : [ '_global.bulk' , '_global.mget' , '_global.msearch' ] ,
236
238
RoleMapping : [ 'security._types' , 'xpack.usage' ] ,
0 commit comments