Skip to content

Commit

Permalink
[Docs] Correct typo in pipeline.asciidoc (#29431)
Browse files Browse the repository at this point in the history
  • Loading branch information
denismaciel authored and Christoph Büscher committed Apr 10, 2018
1 parent aeb23da commit b8f8050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/aggregations/pipeline.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ POST /_search
=== Special Paths

Instead of pathing to a metric, `buckets_path` can use a special `"_count"` path. This instructs
the pipeline aggregation to use the document count as it's input. For example, a moving average can be calculated on the document count of each bucket, instead of a specific metric:
the pipeline aggregation to use the document count as its input. For example, a moving average can be calculated on the document count of each bucket, instead of a specific metric:

[source,js]
--------------------------------------------------
Expand Down

0 comments on commit b8f8050

Please sign in to comment.