kibana/examples
Walter Rafelsberger d50434ed7b
[ML] Explain log rate spikes: Adds API license check. (#135431)
- Adds a check to aiops API endpoints to only allow requests with active platinum license.
- Adds integration tests for basic license where the endpoints should return permission denied.
- Improved error handling:
 - Low level errors (like a non valid argument pushed to a stream) will now be logged to Kibana server's console, because the way HTTP streams work we cannot really emit a useful error to an already running stream to the client. So the stream will just abort but Kibana server will log an error.
 - Higher level errors on the application level (like when we find out an index does not exist to run the analysis) will be pushed to the stream now as an error type action and we can update the UI accordingly. Note this PR only updates the API and corresponding tests to support this, the UI doesn't make use of it yet.
2022-06-30 15:32:31 +02:00
..
bfetch_explorer fix all violations 2022-04-16 01:37:30 -05:00
dashboard_embeddable_examples fix all violations 2022-04-16 01:37:30 -05:00
data_view_field_editor_example fix all violations 2022-04-16 01:37:30 -05:00
developer_examples fix all violations 2022-04-16 01:37:30 -05:00
embeddable_examples Use explicit interface for SavedObjectsClientContract (#132795) 2022-05-25 16:51:16 +02: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 fix all violations 2022-04-16 01:37:30 -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 fix all violations 2022-04-16 01:37:30 -05:00
preboot_example fix all violations 2022-04-16 01:37:30 -05:00
response_stream [ML] Explain log rate spikes: Adds API license check. (#135431) 2022-06-30 15:32:31 +02:00
routing_example fix all violations 2022-04-16 01:37:30 -05:00
screenshot_mode_example Change ContextContainer to lazily initialize providers (#129896) 2022-04-22 13:15:58 +02:00
search_examples Remove deprecated es-query re-imports from data plugin (#134600) 2022-06-21 04:09:44 -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
----