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: rest-api-spec/src/main/resources/rest-api-spec/api/search_application.post_behavioral_analytics_event.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@
6
6
},
7
7
"stability": "experimental",
8
8
"visibility": "public",
9
+
"deprecated": {
10
+
"version": "9.0.0",
11
+
"description": "Behavioral Analytics has been deprecated and will be removed in a future release."
Copy file name to clipboardExpand all lines: x-pack/plugin/ent-search/qa/rest/src/yamlRestTest/resources/rest-api-spec/test/entsearch/analytics/10_behavioral_analytics_list.yml
+22-4Lines changed: 22 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,39 +1,55 @@
1
1
setup:
2
+
- requires:
3
+
test_runner_features: [ allowed_warnings ]
2
4
- do:
5
+
allowed_warnings:
6
+
- "Behavioral Analytics is deprecated and will be removed in a future release."
3
7
search_application.put_behavioral_analytics:
4
8
name: my-test-analytics-collection
5
9
6
10
- do:
11
+
allowed_warnings:
12
+
- "Behavioral Analytics is deprecated and will be removed in a future release."
7
13
search_application.put_behavioral_analytics:
8
14
name: my-test-analytics-collection2
9
15
10
16
---
11
17
teardown:
18
+
- requires:
19
+
test_runner_features: [ allowed_warnings ]
12
20
- do:
21
+
allowed_warnings:
22
+
- "Behavioral Analytics is deprecated and will be removed in a future release."
13
23
search_application.delete_behavioral_analytics:
14
24
name: my-test-analytics-collection
15
25
16
26
- do:
27
+
allowed_warnings:
28
+
- "Behavioral Analytics is deprecated and will be removed in a future release."
17
29
search_application.delete_behavioral_analytics:
18
30
name: my-test-analytics-collection2
19
31
20
32
---
21
33
"Get Analytics Collection for a particular collection":
22
34
- do:
35
+
allowed_warnings:
36
+
- "Behavioral Analytics is deprecated and will be removed in a future release."
Copy file name to clipboardExpand all lines: x-pack/plugin/ent-search/qa/rest/src/yamlRestTest/resources/rest-api-spec/test/entsearch/analytics/20_behavioral_analytics_put.yml
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,19 @@
1
1
teardown:
2
+
- requires:
3
+
test_runner_features: [ allowed_warnings ]
2
4
- do:
5
+
allowed_warnings:
6
+
- "Behavioral Analytics is deprecated and will be removed in a future release."
3
7
search_application.delete_behavioral_analytics:
4
8
name: test-analytics-collection
5
9
6
10
---
7
11
"Create Analytics Collection":
12
+
- requires:
13
+
test_runner_features: [ allowed_warnings ]
8
14
- do:
15
+
allowed_warnings:
16
+
- "Behavioral Analytics is deprecated and will be removed in a future release."
0 commit comments