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 85e5812 commit 520da54Copy full SHA for 520da54
docs/reference/aggregations/pipeline.asciidoc
@@ -187,7 +187,7 @@ POST /_search
187
<1> By using `_count` instead of a metric name, we can calculate the derivative of document counts in the histogram
188
189
The `buckets_path` can also use `"_bucket_count"` and path to a multi-bucket aggregation to use the number of buckets
190
-returned by that aggregation in the pipeline aggregation instead of a metric. for example a `bucket_selector` can be
+returned by that aggregation in the pipeline aggregation instead of a metric. For example, a `bucket_selector` can be
191
used here to filter out buckets which contain no buckets for an inner terms aggregation:
192
193
[source,console,id=buckets-path-bucket-count-example]
0 commit comments