We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef3a58 commit 4434730Copy full SHA for 4434730
docs/reference/aggregations/pipeline.asciidoc
@@ -272,6 +272,14 @@ _keep_values_::
272
This option is similar to skip, except if the metric provides a non-null, non-NaN value this value is
273
used, otherwise the empty bucket is skipped.
274
275
+[discrete]
276
+[[pipeline-agg-validation-errors]]
277
+==== Validation errors
278
+
279
+An invalid pipeline aggregation returns a `400` HTTP status code and a list of
280
+related validation errors. Prior to 7.7, an invalid pipeline aggregation
281
+returned a `500` status code and the first validation error encountered.
282
283
include::pipeline/avg-bucket-aggregation.asciidoc[]
284
285
include::pipeline/bucket-script-aggregation.asciidoc[]
0 commit comments