mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
## Summary
This PR adds a bunch of plugins to help manage AI Assistant Management
settings.
It offers a 'selection' plugin inside Stack Management where a user can
select which AI Assistant she wants to manage.
The Security team can hook into this one, so settings for both AI
Assistants can be accessed from inside one place inside Stack
Management.
This PR also adds the plugin to manage settings for the AI Assistant for
Observability, including Knowledge Base management. This plugin is
available both in Stack Management (stateful) and Project Settings
(serverless).
## What it looks like
|
||
---|---|---|
.. | ||
.storybook | ||
common | ||
e2e | ||
public | ||
scripts | ||
jest.config.js | ||
kibana.jsonc | ||
README.md | ||
tsconfig.json |
Exploratory View plugin
A shared component for visualizing observability data types via lens embeddable. For further details.
Unit testing
Note: Run the following commands from kibana/x-pack/plugins/exploratory_view
.
Run unit tests
npx jest --watch
Update snapshots
npx jest --updateSnapshot
Coverage
HTML coverage report can be found in target/coverage/jest after tests have run.
open target/coverage/jest/index.html