kibana/x-pack/plugins/canvas
Poff Poffenberger 9c2605398f
[Canvas] Improvements to datasource expressions including SQL parameter support and array leniency (#99549)
* Remove es sql strategy from behind Labs project, remove legacy essql code, remove last spot of legacy elasticsearch client from canvas

* clean up test

* fix es field test

* remove comment

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-06-28 13:19:22 -05:00
..
__fixtures__ Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
canvas_plugin_src [Canvas] Improvements to datasource expressions including SQL parameter support and array leniency (#99549) 2021-06-28 13:19:22 -05:00
common Revert "Revert "Add essql search strategy and integrate in canvas (#94754)" (#98841) 2021-05-03 12:42:26 -05:00
i18n [canvas] Reduce bundle size by co-locating strings with components (#103013) 2021-06-23 17:04:19 -05:00
images
public [Canvas] Improvements to datasource expressions including SQL parameter support and array leniency (#99549) 2021-06-28 13:19:22 -05:00
scripts [canvas] Refactor Storybook from bespoke to standard configuration (#101962) 2021-06-17 18:57:44 -04:00
server [Canvas] Improvements to datasource expressions including SQL parameter support and array leniency (#99549) 2021-06-28 13:19:22 -05:00
shareable_runtime Upgrade EUI to v34.5.1 (#103297) 2021-06-28 11:31:23 -05:00
storybook [canvas] New Home Page (#102446) 2021-06-22 14:11:15 -05:00
tasks/mocks Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
test_helpers Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
types Update @elastic/elasticsearch to 8.0.0-canary13 (#98266) 2021-06-08 15:06:06 +02:00
.gitignore
.prettierrc
CONTRIBUTING.md [canvas] Reduce bundle size by co-locating strings with components (#103013) 2021-06-23 17:04:19 -05:00
jest.config.js Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
kibana.json [Reporting] Make "ScreenCapturePanel" shareable for Canvas (#100623) 2021-06-09 17:08:33 -07:00
PLUGINS.mdx Convert Canvas docs to MDX for use in Elastic Docs (#91969) 2021-03-02 12:44:18 -05:00
README.md Convert Canvas docs to MDX for use in Elastic Docs (#91969) 2021-03-02 12:44:18 -05:00
tsconfig.json Revert "TS Incremental build exclude test files (#95610)" (#96223) 2021-04-05 11:59:26 -07:00

Canvas

"Never look back. The past is done. The future is a blank canvas." ― Suzy Kassem, Rise Up and Salute the Sun

Getting Started

Canvas is included with X-Pack and requires a Basic license or better to use.

Feature Questions

Why are there no tooltips

We've opted for always available data labels instead, for now. While there exists much functionality that can be used for analytical purposes in Canvas our core concern in presentational. In a hands-off presentation format, such as a report or a slideshow, there is no facility for user to mouseover a chart to see a tooltip; data labels are a better fit for us.

Background

What is Canvas?

Canvas is a new visualization application on top of Elasticsearch data. Canvas is extremely versatile, but particularly differentiating example use cases include live infographics, presentations with live-updating charts, and highly customized reports.

Why did we build it? How does this align with the larger Kibana vision?

We realized early on that we are not trying to build one UI “to rule them all” in Kibana. Elasticsearch caters to a wide variety of use cases, users, and audiences and Kibana provides different experiences for these users to explore and interact with their data. Canvas is one of such applications, in particular catering to users looking for desktop-publishing level of control for the presentation of their data summaries.

Does Canvas replace any part of Kibana?

No, it is an alternative experience that does not conflict with other parts of Kibana.

Isnt there overlap between Canvas and Dashboard?

While both can be used as a way to build up reports, Canvas and Dashboard have different goals. Canvas focuses on highly customizable layout more suited to highly curated presentations, while Dashboard provides a fast and efficient way to build up and manage business analytics and operational dashboards that dont require a high degree of layout control and customizability.

Where can I see a demo of Canvas?

Elasticon 2017 keynote (starts at 01:27:00): https://www.elastic.co/elasticon/conf/2017/sf/opening-keynote

Shane Connelly's SQL webinar: https://www.elastic.co/webinars/introduction-to-elasticsearch-sql