@@ -394,7 +394,6 @@ actions:
394
394
examples :
395
395
indicesLegacyPutTemplateRequestExample1 :
396
396
$ref : " ../../specification/indices/put_template/indicesPutTemplateRequestExample1.yaml"
397
-
398
397
# # Examples for behavioral analytics
399
398
- target : " $.paths['/_application/analytics/{collection_name}/event/{event_type}']['post']"
400
399
description : " Add examples for post analytics collection event operation"
@@ -416,6 +415,33 @@ actions:
416
415
examples :
417
416
dataStreamLifecycleStatsResponseExample1 :
418
417
$ref : " ../../specification/indices/get_data_lifecycle_stats/examples/response/IndicesGetDataLifecycleStatsResponseExample1.yaml"
418
+ # # Examples for ingest
419
+ - target : " $.components['requestBodies']['simulate.ingest']"
420
+ description : " Add example for simulate ingest request"
421
+ update :
422
+ content :
423
+ application/json :
424
+ examples :
425
+ simulateIngestRequestExample1 :
426
+ $ref : " ../../specification/simulate/ingest/examples/request/SimulateIngestRequestExample1.yaml"
427
+ simulateIngestRequestExample2 :
428
+ $ref : " ../../specification/simulate/ingest/examples/request/SimulateIngestRequestExample2.yaml"
429
+ simulateIngestRequestExample3 :
430
+ $ref : " ../../specification/simulate/ingest/examples/request/SimulateIngestRequestExample3.yaml"
431
+ simulateIngestRequestExample4 :
432
+ $ref : " ../../specification/simulate/ingest/examples/request/SimulateIngestRequestExample4.yaml"
433
+ - target : " $.components['responses']['simulate.ingest#200']"
434
+ description : " Add example for simulate ingest response"
435
+ update :
436
+ content :
437
+ application/json :
438
+ examples :
439
+ simulateIngestResponseExample1 :
440
+ $ref : " ../../specification/simulate/ingest/examples/response/SimulateIngestResponseExample1.yaml"
441
+ simulateIngestResponseExample2 :
442
+ $ref : " ../../specification/simulate/ingest/examples/response/SimulateIngestResponseExample2.yaml"
443
+ simulateIngestResponseExample3 :
444
+ $ref : " ../../specification/simulate/ingest/examples/response/SimulateIngestResponseExample3.yaml"
419
445
# # Examples for licensing
420
446
- target : " $.paths['/_license/basic_status']['get']"
421
447
description : " Add example for get basic status response"
@@ -485,7 +511,7 @@ actions:
485
511
$ref : " ../../specification/search_application/render_query/SearchApplicationsRenderQueryRequestExample1.yaml"
486
512
renderSearchApplicationQueryResponseExample1 :
487
513
$ref : " ../../specification/search_application/render_query/SearchApplicationsRenderQueryResponseExample1.yaml"
488
-
514
+ # Examples for security
489
515
- target : " $.paths['/_security/api_key/_bulk_update']['post']"
490
516
description : " Add examples for bulk update API keys operation"
491
517
update :
@@ -519,4 +545,4 @@ actions:
519
545
application/json :
520
546
examples :
521
547
delegatePkiResponseExample1 :
522
- $ref : " ../../specification/security/delegate_pki/examples/200_response/SecurityDelegatePkiResponseExample1.yaml"
548
+ $ref : " ../../specification/security/delegate_pki/examples/200_response/SecurityDelegatePkiResponseExample1.yaml"
0 commit comments