From 704d54e5eeacbf022b884111f4b3fbf71919dd9d 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 5d799e2f23..41c74e68e9 100644 --- a/docs/overlays/elasticsearch-shared-overlays.yaml +++ b/docs/overlays/elasticsearch-shared-overlays.yaml @@ -1082,3 +1082,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