James Rodewig
07ac8818b6
[DOCS] Remove testenv
annotations from doc snippet tests ( #80023 ) ( #80458 )
...
Removes `testenv` annotations and related code. These annotations originally let you skip x-pack snippet tests in the docs. However, that's no longer possible.
Relates to #79309 , #31619
# Conflicts:
# docs/reference/ml/df-analytics/apis/get-trained-model-deployment-stats.asciidoc
# docs/reference/ml/df-analytics/apis/infer-trained-model-deployment.asciidoc
# docs/reference/ml/df-analytics/apis/put-trained-model-definition-part.asciidoc
# docs/reference/ml/df-analytics/apis/put-trained-model-vocabulary.asciidoc
# docs/reference/ml/df-analytics/apis/start-trained-model-deployment.asciidoc
# docs/reference/ml/df-analytics/apis/stop-trained-model-deployment.asciidoc
# docs/reference/slm/apis/slm-delete.asciidoc
# docs/reference/slm/apis/slm-execute-retention.asciidoc
# docs/reference/slm/apis/slm-execute.asciidoc
# docs/reference/slm/apis/slm-get-status.asciidoc
# docs/reference/slm/apis/slm-get.asciidoc
# docs/reference/slm/apis/slm-start.asciidoc
# docs/reference/slm/apis/slm-stats.asciidoc
# docs/reference/slm/apis/slm-stop.asciidoc
# docs/reference/sql/endpoints/client-apps/tableau-desktop.asciidoc
# docs/reference/sql/endpoints/client-apps/tableau-server.asciidoc
2021-11-05 19:41:54 -04:00
James Rodewig
354602e798
[DOCS] Change agg titles to sentence case ( #64425 ) ( #64430 )
2020-10-30 13:45:54 -04:00
Alexander Reelsen
a6548117d0
[DOCS] Backport normalize aggregation fix ( #63017 )
...
This is a backport of 8534bd5ce7
which was only applied to the master branch, but not to 7.x or 7.$current
2020-09-29 11:17:40 -04:00
James Rodewig
ff8a042580
[DOCS] Reformat agg snippets to use two-space indents ( #59912 ) ( #59922 )
2020-07-20 15:59:00 -04:00
Tal Levy
5e90ff32f7
Add Normalize Pipeline Aggregation ( #56399 ) ( #56792 )
...
This aggregation will perform normalizations of metrics
for a given series of data in the form of bucket values.
The aggregations supports the following normalizations
- rescale 0-1
- rescale 0-100
- percentage of sum
- mean normalization
- z-score normalization
- softmax normalization
To specify which normalization is to be used, it can be specified
in the normalize agg's `normalizer` field.
For example:
```
{
"normalize": {
"buckets_path": <>,
"normalizer": "percent"
}
}
```
2020-05-14 17:40:15 -07:00