Skip to content

Commit e492c23

Browse files
jrodewiggraphaelli
andauthored
[DOCS] Sort metric and pipeline agg docs (#56613) (#56846)
Co-authored-by: Gil Raphaelli <[email protected]>
1 parent 195a524 commit e492c23

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

docs/reference/aggregations/metrics.asciidoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@ include::metrics/avg-aggregation.asciidoc[]
1515

1616
include::metrics/weighted-avg-aggregation.asciidoc[]
1717

18+
include::metrics/boxplot-aggregation.asciidoc[]
19+
1820
include::metrics/cardinality-aggregation.asciidoc[]
1921

22+
include::metrics/stats-aggregation.asciidoc[]
23+
2024
include::metrics/extendedstats-aggregation.asciidoc[]
2125

2226
include::metrics/geobounds-aggregation.asciidoc[]
@@ -27,14 +31,14 @@ include::metrics/max-aggregation.asciidoc[]
2731

2832
include::metrics/min-aggregation.asciidoc[]
2933

34+
include::metrics/median-absolute-deviation-aggregation.asciidoc[]
35+
3036
include::metrics/percentile-aggregation.asciidoc[]
3137

3238
include::metrics/percentile-rank-aggregation.asciidoc[]
3339

3440
include::metrics/scripted-metric-aggregation.asciidoc[]
3541

36-
include::metrics/stats-aggregation.asciidoc[]
37-
3842
include::metrics/string-stats-aggregation.asciidoc[]
3943

4044
include::metrics/sum-aggregation.asciidoc[]
@@ -45,10 +49,6 @@ include::metrics/top-metrics-aggregation.asciidoc[]
4549

4650
include::metrics/valuecount-aggregation.asciidoc[]
4751

48-
include::metrics/median-absolute-deviation-aggregation.asciidoc[]
49-
50-
include::metrics/boxplot-aggregation.asciidoc[]
51-
5252
include::metrics/t-test-aggregation.asciidoc[]
5353

5454

docs/reference/aggregations/pipeline.asciidoc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -271,21 +271,21 @@ _insert_zeros_::
271271

272272

273273

274+
include::pipeline/bucket-script-aggregation.asciidoc[]
275+
include::pipeline/bucket-selector-aggregation.asciidoc[]
276+
include::pipeline/bucket-sort-aggregation.asciidoc[]
274277
include::pipeline/avg-bucket-aggregation.asciidoc[]
275-
include::pipeline/derivative-aggregation.asciidoc[]
276278
include::pipeline/max-bucket-aggregation.asciidoc[]
277279
include::pipeline/min-bucket-aggregation.asciidoc[]
278280
include::pipeline/sum-bucket-aggregation.asciidoc[]
279-
include::pipeline/stats-bucket-aggregation.asciidoc[]
280-
include::pipeline/extended-stats-bucket-aggregation.asciidoc[]
281+
include::pipeline/cumulative-cardinality-aggregation.asciidoc[]
282+
include::pipeline/cumulative-sum-aggregation.asciidoc[]
283+
include::pipeline/derivative-aggregation.asciidoc[]
281284
include::pipeline/percentiles-bucket-aggregation.asciidoc[]
282285
include::pipeline/movavg-aggregation.asciidoc[]
283286
include::pipeline/movfn-aggregation.asciidoc[]
284-
include::pipeline/cumulative-sum-aggregation.asciidoc[]
285-
include::pipeline/cumulative-cardinality-aggregation.asciidoc[]
286-
include::pipeline/bucket-script-aggregation.asciidoc[]
287-
include::pipeline/bucket-selector-aggregation.asciidoc[]
288-
include::pipeline/bucket-sort-aggregation.asciidoc[]
289-
include::pipeline/serial-diff-aggregation.asciidoc[]
290287
include::pipeline/moving-percentiles-aggregation.asciidoc[]
291288
include::pipeline/normalize-aggregation.asciidoc[]
289+
include::pipeline/serial-diff-aggregation.asciidoc[]
290+
include::pipeline/stats-bucket-aggregation.asciidoc[]
291+
include::pipeline/extended-stats-bucket-aggregation.asciidoc[]

0 commit comments

Comments
 (0)