You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/precommit/FormattingPrecommitPlugin.java
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,23 @@ public void apply(Project project) {
52
52
// Spotless resolves required dependencies from project repositories, so we need maven central
53
53
project.getRepositories().mavenCentral();
54
54
55
+
// we cannot update to a newer spotless plugin version yet but we want to use the latest eclipse formatter to be compatible
Copy file name to clipboardExpand all lines: build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalDistributionDownloadPlugin.java
# Change point aggregation [search-aggregations-change-point-aggregation]
8
11
9
-
10
-
::::{warning}
11
-
This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
12
-
::::
13
-
14
-
15
12
A sibling pipeline that detects, spikes, dips, and change points in a metric. Given a distribution of values provided by the sibling multi-bucket aggregation, this aggregation indicates the bucket of any spike or dip and/or the bucket at which the largest change in the distribution of values, if they are statistically significant.
16
13
17
14
::::{tip}
18
15
It is recommended to use the change point aggregation to detect changes in time-based data, however, you can use any metric to create buckets.
19
16
::::
20
17
21
-
22
18
## Parameters [change-point-agg-syntax]
23
19
24
20
`buckets_path`
25
21
: (Required, string) Path to the buckets that contain one set of values in which to detect a change point. There must be at least 22 bucketed values. Fewer than 1,000 is preferred. For syntax, see [`buckets_path` Syntax](/reference/aggregations/pipeline.md#buckets-path-syntax).
26
22
27
-
28
23
## Syntax [_syntax_11]
29
24
30
25
A `change_point` aggregation looks like this in isolation:
@@ -39,8 +34,6 @@ A `change_point` aggregation looks like this in isolation:
39
34
40
35
1. The buckets containing the values to test against.
41
36
42
-
43
-
44
37
## Response body [change-point-agg-response]
45
38
46
39
`bucket`
@@ -54,7 +47,6 @@ A `change_point` aggregation looks like this in isolation:
54
47
`doc_count`
55
48
: (number) The document count of the bucket.
56
49
57
-
58
50
`type`
59
51
: (object) The found change point type and its related values. Possible types:
60
52
@@ -67,7 +59,6 @@ A `change_point` aggregation looks like this in isolation:
67
59
* `trend_change`: there is an overall trend change occurring at this point
68
60
69
61
70
-
71
62
## Example [_example_7]
72
63
73
64
The following example uses the Kibana sample data logs data set.
@@ -103,7 +94,6 @@ GET kibana_sample_data_logs/_search
103
94
3. The change point detection aggregation configuration object.
104
95
4. The path of the aggregation values to detect change points. In this case, the input of the change point aggregation is the value of `avg` which is a sibling aggregation of `date`.
105
96
106
-
107
97
The request returns a response that is similar to the following:
108
98
109
99
```js
@@ -130,6 +120,3 @@ The request returns a response that is similar to the following:
130
120
4. Type of change found.
131
121
5. The `p_value` indicates how extreme the change is; lower values indicate greater change.
132
122
6. The specific bucket where the change occurs (indexing starts at `0`).
Copy file name to clipboardExpand all lines: docs/reference/enrich-processor/inference-processor.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,8 +127,8 @@ Classification configuration for inference.
127
127
* `deberta_v2`: Use for DeBERTa v2 and v3-style models
128
128
* `mpnet`: Use for MPNet-style models
129
129
* `roberta`: Use for RoBERTa-style and BART-style models
130
-
* [preview]`xlm_roberta`: Use for XLMRoBERTa-style models
131
-
* [preview]`bert_ja`: Use for BERT-style models trained for the Japanese language.
130
+
* {applies_to}`stack: preview` {applies_to}`serverless: preview``xlm_roberta`: Use for XLMRoBERTa-style models
131
+
* {applies_to}`stack: preview` {applies_to}`serverless: preview``bert_ja`: Use for BERT-style models trained for the Japanese language.
132
132
133
133
::::{dropdown} Properties of tokenization
134
134
`bert`
@@ -191,8 +191,8 @@ Classification configuration for inference.
191
191
* `deberta_v2`: Use for DeBERTa v2 and v3-style models
192
192
* `mpnet`: Use for MPNet-style models
193
193
* `roberta`: Use for RoBERTa-style and BART-style models
194
-
* [preview] `xlm_roberta`: Use for XLMRoBERTa-style models
195
-
* [preview] `bert_ja`: Use for BERT-style models trained for the Japanese language.
194
+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` `xlm_roberta`: Use for XLMRoBERTa-style models
195
+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` `bert_ja`: Use for BERT-style models trained for the Japanese language.
196
196
197
197
::::{dropdown} Properties of tokenization
198
198
`bert`
@@ -271,8 +271,8 @@ Regression configuration for inference.
271
271
* `deberta_v2`: Use for DeBERTa v2 and v3-style models
272
272
* `mpnet`: Use for MPNet-style models
273
273
* `roberta`: Use for RoBERTa-style and BART-style models
274
-
* [preview] `xlm_roberta`: Use for XLMRoBERTa-style models
275
-
* [preview] `bert_ja`: Use for BERT-style models trained for the Japanese language.
274
+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` `xlm_roberta`: Use for XLMRoBERTa-style models
275
+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` `bert_ja`: Use for BERT-style models trained for the Japanese language.
276
276
277
277
::::{dropdown} Properties of tokenization
278
278
`bert`
@@ -353,8 +353,8 @@ Regression configuration for inference.
353
353
* `deberta_v2`: Use for DeBERTa v2 and v3-style models
354
354
* `mpnet`: Use for MPNet-style models
355
355
* `roberta`: Use for RoBERTa-style and BART-style models
356
-
* [preview] `xlm_roberta`: Use for XLMRoBERTa-style models
357
-
* [preview] `bert_ja`: Use for BERT-style models trained for the Japanese language.
356
+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` `xlm_roberta`: Use for XLMRoBERTa-style models
357
+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` `bert_ja`: Use for BERT-style models trained for the Japanese language.
358
358
359
359
::::{dropdown} Properties of tokenization
360
360
`bert`
@@ -417,8 +417,8 @@ Regression configuration for inference.
417
417
* `deberta_v2`: Use for DeBERTa v2 and v3-style models
418
418
* `mpnet`: Use for MPNet-style models
419
419
* `roberta`: Use for RoBERTa-style and BART-style models
420
-
* [preview] `xlm_roberta`: Use for XLMRoBERTa-style models
421
-
* [preview] `bert_ja`: Use for BERT-style models trained for the Japanese language.
420
+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` `xlm_roberta`: Use for XLMRoBERTa-style models
421
+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` `bert_ja`: Use for BERT-style models trained for the Japanese language.
422
422
423
423
::::{dropdown} Properties of tokenization
424
424
`bert`
@@ -504,8 +504,8 @@ Regression configuration for inference.
504
504
*`deberta_v2`: Use for DeBERTa v2 and v3-style models
505
505
*`mpnet`: Use for MPNet-style models
506
506
*`roberta`: Use for RoBERTa-style and BART-style models
507
-
*[preview]`xlm_roberta`: Use for XLMRoBERTa-style models
508
-
*[preview]`bert_ja`: Use for BERT-style models trained for the Japanese language.
507
+
*{applies_to}`stack: preview` {applies_to}`serverless: preview``xlm_roberta`: Use for XLMRoBERTa-style models
508
+
*{applies_to}`stack: preview` {applies_to}`serverless: preview``bert_ja`: Use for BERT-style models trained for the Japanese language.
509
509
Refer to [Properties of `tokenizaton`](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-ml-put-trained-model) to review the properties of the `tokenization` object.
510
510
::::
511
511
@@ -527,8 +527,8 @@ Refer to [Properties of `tokenizaton`](https://www.elastic.co/docs/api/doc/elast
527
527
* `deberta_v2`: Use for DeBERTa v2 and v3-style models
528
528
* `mpnet`: Use for MPNet-style models
529
529
* `roberta`: Use for RoBERTa-style and BART-style models
530
-
* [preview] `xlm_roberta`: Use for XLMRoBERTa-style models
531
-
* [preview] `bert_ja`: Use for BERT-style models trained for the Japanese language.
530
+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` `xlm_roberta`: Use for XLMRoBERTa-style models
531
+
* {applies_to}`stack: preview` {applies_to}`serverless: preview` `bert_ja`: Use for BERT-style models trained for the Japanese language.
0 commit comments