Commit ef4755a
[EDR Workflows] Deprecate public endpoint/suggestions api endpoint in favour of an internal one (#194832)
New internal GET `/internal/api/endpoint/suggestions/{suggestion_type}`
route.
Current public GET `/api/endpoint/suggestions/{suggestion_type}` route
is set to deprecated.
UI uses now the internal GET
`/internal/api/endpoint/suggestions/{suggestion_type}` api route
---------
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>1 parent ca1d375 commit ef4755a
13 files changed
Lines changed: 91 additions & 9 deletions
File tree
- oas_docs/output
- x-pack/plugins/security_solution
- common
- api/endpoint/suggestions
- endpoint
- docs/openapi
- ess
- serverless
- public/management
- pages/event_filters/service
- services/exceptions_list
- server/endpoint/routes/suggestions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8096 | 8096 | | |
8097 | 8097 | | |
8098 | 8098 | | |
| 8099 | + | |
8099 | 8100 | | |
8100 | 8101 | | |
8101 | 8102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8096 | 8096 | | |
8097 | 8097 | | |
8098 | 8098 | | |
| 8099 | + | |
8099 | 8100 | | |
8100 | 8101 | | |
8101 | 8102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11468 | 11468 | | |
11469 | 11469 | | |
11470 | 11470 | | |
| 11471 | + | |
11471 | 11472 | | |
11472 | 11473 | | |
11473 | 11474 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11468 | 11468 | | |
11469 | 11469 | | |
11470 | 11470 | | |
| 11471 | + | |
11471 | 11472 | | |
11472 | 11473 | | |
11473 | 11474 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| 76 | + | |
75 | 77 | | |
| 78 | + | |
76 | 79 | | |
77 | 80 | | |
78 | 81 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
545 | 545 | | |
546 | 546 | | |
547 | 547 | | |
| 548 | + | |
548 | 549 | | |
549 | 550 | | |
550 | 551 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
| 498 | + | |
498 | 499 | | |
499 | 500 | | |
500 | 501 | | |
| |||
Lines changed: 44 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | | - | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments