kibana/examples
Walter Rafelsberger 70efbf0ea3
[ML] Explain Log Rate Spikes: Fix error handling. (#137947)
- Errors on the application level were not correctly surfaced in the UI. This PR fixes it by combining "transport" stream errors and application errors in a callout above the analysis results table.
- This also fixes the problem where a partly populated results table would turn empty again when used with the error prop of EUI's table. We now keep the table on display an show the errors above it in the callout.
2022-08-04 15:23:36 +02:00
..
bfetch_explorer chore(NA): eslint rule for disallowing naked eslint-disable (#136408) 2022-07-19 17:11:04 +01:00
dashboard_embeddable_examples fix all violations 2022-04-16 01:37:30 -05:00
data_view_field_editor_example [Data views] Add pre-configuration options to runtime field editor fly-out (#136769) 2022-07-22 10:30:01 -07:00
developer_examples fix all violations 2022-04-16 01:37:30 -05:00
embeddable_examples [eslint] fix and skip violations for cross-boundary imports (#136911) 2022-07-29 13:57:55 -05:00
embeddable_explorer fix all violations 2022-04-16 01:37:30 -05:00
expressions_explorer fix all violations 2022-04-16 01:37:30 -05:00
field_formats_example [eslint] fix and skip violations for cross-boundary imports (#136911) 2022-07-29 13:57:55 -05:00
hello_world fix all violations 2022-04-16 01:37:30 -05:00
locator_examples fix all violations 2022-04-16 01:37:30 -05:00
locator_explorer fix all violations 2022-04-16 01:37:30 -05:00
partial_results_example [expressions] remove root-level redirect, import from common (#136997) 2022-07-25 08:07:43 -07:00
preboot_example Migrate types to packages: Client-side HTTP service (#135562) 2022-07-11 12:25:55 -07:00
response_stream [ML] Explain Log Rate Spikes: Fix error handling. (#137947) 2022-08-04 15:23:36 +02:00
routing_example Migrate types to packages: Client-side HTTP service (#135562) 2022-07-11 12:25:55 -07:00
screenshot_mode_example Change ContextContainer to lazily initialize providers (#129896) 2022-04-22 13:15:58 +02:00
search_examples Migrates search example mountReactNode to kibana-react toMountPoint (#137633) 2022-08-01 07:52:20 -07:00
share_examples fix all violations 2022-04-16 01:37:30 -05:00
state_containers_examples Remove deprecated es-query re-imports from data plugin (#134600) 2022-06-21 04:09:44 -07:00
ui_action_examples fix all violations 2022-04-16 01:37:30 -05:00
ui_actions_explorer fix all violations 2022-04-16 01:37:30 -05:00
README.asciidoc Add a few asciidoc readmes (#72082) 2020-07-17 11:08:57 -04:00

[[example-plugins]]
== Example plugins

This folder contains example plugins.  To run the plugins in this folder, use the `--run-examples` flag, via

[source,bash]
----
yarn start --run-examples
----