mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
## Summary It makes the authoring of the ES|QL query easier by: - changing the flyout to be resizable - displaying a tab with the results of the query in the ES|QL datagrid component. <img width="1255" alt="image" src="https://github.com/user-attachments/assets/526509fa-7313-4560-9186-61181b5c575b"> ### Checklist - [ ] 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) - [ ] [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 - [ ] 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)) - [ ] 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: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
66 lines
1.5 KiB
JSON
66 lines
1.5 KiB
JSON
{
|
|
"type": "plugin",
|
|
"id": "@kbn/lens-plugin",
|
|
"owner": "@elastic/kibana-visualizations",
|
|
"description": "Visualization editor allowing to quickly and easily configure compelling visualizations to use on dashboards and canvas workpads. Exposes components to embed visualizations and link into the Lens editor from within other apps in Kibana.",
|
|
"plugin": {
|
|
"id": "lens",
|
|
"server": true,
|
|
"browser": true,
|
|
"configPath": [
|
|
"xpack",
|
|
"lens"
|
|
],
|
|
"requiredPlugins": [
|
|
"data",
|
|
"dataViews",
|
|
"charts",
|
|
"expressions",
|
|
"fieldFormats",
|
|
"inspector",
|
|
"navigation",
|
|
"urlForwarding",
|
|
"visualizations",
|
|
"uiActions",
|
|
"uiActionsEnhanced",
|
|
"embeddable",
|
|
"share",
|
|
"presentationUtil",
|
|
"dataViewFieldEditor",
|
|
"dataViewEditor",
|
|
"expressionGauge",
|
|
"expressionMetricVis",
|
|
"expressionHeatmap",
|
|
"expressionXY",
|
|
"expressionTagcloud",
|
|
"eventAnnotation",
|
|
"unifiedSearch",
|
|
"contentManagement",
|
|
],
|
|
"optionalPlugins": [
|
|
"expressionLegacyMetricVis",
|
|
"expressionPartitionVis",
|
|
"usageCollection",
|
|
"taskManager",
|
|
"globalSearch",
|
|
"savedObjectsTagging",
|
|
"spaces",
|
|
"serverless",
|
|
"licensing"
|
|
],
|
|
"requiredBundles": [
|
|
"unifiedSearch",
|
|
"savedObjects",
|
|
"kibanaUtils",
|
|
"kibanaReact",
|
|
"embeddable",
|
|
"fieldFormats",
|
|
"charts",
|
|
"esqlDataGrid",
|
|
"esql",
|
|
],
|
|
"extraPublicDirs": [
|
|
"common/constants"
|
|
]
|
|
}
|
|
}
|