mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
## Summary
When a user is writing am ES|QL query with the enrich command and
doesn't have a policy then we want to navigate them from the editor to
the index management page to create one.
In the future the same action can open a flyout in order for the users
to not change context but we don't have it atm.
![enrich](
|
||
---|---|---|
.. | ||
scripts | ||
src | ||
BUILD.bazel | ||
index.ts | ||
jest.config.js | ||
kibana.jsonc | ||
package.json | ||
README.md | ||
server.ts | ||
tsconfig.json | ||
webpack.config.js |
@kbn/monaco
A customized version of monaco that is automatically configured the way we want it to be when imported as @kbn/monaco
. Additionally, imports to this package are automatically shared with all plugins using @kbn/ui-shared-deps-npm
and @kbn/ui-shared-deps-src
.
Includes custom xjson language support. The es_ui_shared
plugin has an example of how to use it, in the future we will likely expose helpers from this package to make using it everywhere a little more seamless.