From c9c35da0d8bc87c605d09270c3d8d5b5894e26ab Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Wed, 4 Jun 2025 16:42:41 -0700 Subject: [PATCH] [DOCS] Remove cat anomaly detectors enum values via overlay (#4441) (cherry picked from commit ba32be25f0c4251096b81cf42be3d72ef9e60bb4) --- docs/overlays/elasticsearch-shared-overlays.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/overlays/elasticsearch-shared-overlays.yaml b/docs/overlays/elasticsearch-shared-overlays.yaml index 878ee3c04f..c8418a07bd 100644 --- a/docs/overlays/elasticsearch-shared-overlays.yaml +++ b/docs/overlays/elasticsearch-shared-overlays.yaml @@ -1085,3 +1085,7 @@ actions: - $ref: "../../specification/_global/exists/examples/xCodeSamples/DocumentExistsJavaScriptExample1.yaml" - $ref: "../../specification/_global/exists/examples/xCodeSamples/DocumentExistsPythonExample1.yaml" - $ref: "../../specification/_global/exists/examples/xCodeSamples/DocumentExistsRubyExample1.yaml" +# Remove long lists of enum values + - target: "$.components['schemas']['cat._types.CatAnomalyDetectorColumn'].enum" + description: Remove enum array + remove: true