kibana/x-pack/plugins/ml/server/models
Melissa Alvarez e5600b18b1
[ML] Anomaly Detection supplied configurations: adds page in ML UI for Supplied configurations (ML Modules) (#191564)
## Summary

This PR adds a page in the UI for 'Supplied configurations'
Dependent on this fix to the endpoint schema going in first:
https://github.com/elastic/kibana/pull/191633

NOTE: This item will be added to the side-nav of oblt serverless once
this update is in: https://github.com/elastic/kibana/issues/190458

Adds dedicated UI page for preconfigured job packages - subitem of the
Anomaly Detection navigation:
<img width="1721" alt="image"
src="https://github.com/user-attachments/assets/194bbf44-aa7c-4afa-94e3-587fb9e5f601">

When they can't be run in the ML UI: 
<img width="1467" alt="image"
src="https://github.com/user-attachments/assets/487463e8-7520-48de-8806-1d45a82e452e">

When selected - flyout opens to reveal package assets:
<img width="1098" alt="image"
src="https://github.com/user-attachments/assets/a648a6d8-df79-4bb3-a797-61f02e246c9b">

Clicking the `Run data recognizer` button shows matching data views (if
any) with link to job creation:
<img width="1099" alt="image"
src="https://github.com/user-attachments/assets/05e9f7f7-e41f-486d-ba41-84cacf534cd0">

Empty table when no matching dataviews are found:
<img width="999" alt="image"
src="https://github.com/user-attachments/assets/d8bbf3be-7035-4e2f-956e-83dfbc26b247">

Jobs tab of flyout:
<img width="1102" alt="image"
src="https://github.com/user-attachments/assets/e94efb2e-1f21-4883-aa2b-2c42db5be970">

kibana tab of flyout:
<img width="1100" alt="image"
src="https://github.com/user-attachments/assets/0021a527-8d9d-4e06-9fae-d832015f7f7d">




### Checklist

Delete any items that are not applicable to this PR.

- [ ] Any text added follows [EUI's writing
guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses
sentence case text and includes [i18n
support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)
- [ ]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [ ] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
- [ ] [Flaky Test
Runner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was
used on any tests changed
- [ ] Any UI touched in this PR is usable by keyboard only (learn more
about [keyboard accessibility](https://webaim.org/techniques/keyboard/))
- [ ] Any UI touched in this PR does not create any new axe failures
(run axe in browser:
[FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/),
[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))
- [ ] If a plugin configuration key changed, check if it needs to be
allowlisted in the cloud and added to the [docker
list](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)
- [ ] This renders correctly on smaller devices using a responsive
layout. (You can test this [in your
browser](https://www.browserstack.com/guide/responsive-testing-on-local-server))
- [ ] This was checked for [cross-browser
compatibility](https://www.elastic.co/support/matrix#matrix_browsers)

---------

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
2024-09-12 10:30:09 -06:00
..
annotation_service [ML] Enable consistent-type-imports eslint rule (#176921) 2024-03-07 03:29:20 -07:00
bucket_span_estimator [ML] Enable consistent-type-imports eslint rule (#176921) 2024-03-07 03:29:20 -07:00
calculate_model_memory_limit [ML] Improving empty object creation (#191518) 2024-08-28 16:41:34 +01:00
calendar [ML] Increasing calendar events request limit (#158726) 2023-06-01 11:24:59 +01:00
data_frame_analytics [ML] Improving empty object creation (#191518) 2024-08-28 16:41:34 +01:00
data_recognizer [ML] Anomaly Detection supplied configurations: adds page in ML UI for Supplied configurations (ML Modules) (#191564) 2024-09-12 10:30:09 -06:00
data_visualizer [ML] Improving empty object creation (#191518) 2024-08-28 16:41:34 +01:00
fields_service [ML] Improving empty object creation (#191518) 2024-08-28 16:41:34 +01:00
filter [ML] Improving empty object creation (#191518) 2024-08-28 16:41:34 +01:00
job_audit_messages [ML] Improving empty object creation (#191518) 2024-08-28 16:41:34 +01:00
job_service [ML] Job service refactor (#191724) 2024-09-10 17:58:14 +01:00
job_validation [ML] Improving empty object creation (#191518) 2024-08-28 16:41:34 +01:00
model_management Update dependency @elastic/elasticsearch to ^8.15.0 (main) (#190378) 2024-08-23 12:48:10 -05:00
notifications_service Migrate codebase to use Object.hasOwn instead of Object.hasOwnProperty (#186829) 2024-08-13 10:30:19 -05:00
results_service [ML] Improving empty object creation (#191518) 2024-08-28 16:41:34 +01:00