kibana/examples
Walter Rafelsberger 455704e1fc
[ML] Explain Log Rate Spikes: Fix uncompressed streams and backpressure handling. (#142970) (#144396)
- Adds a flag for `compressResponse` and `flushFix` to the request body to be able to overrule compression settings inferred from headers.
- Updates the developer examples with a toggle to run requests with compression enabled or disabled.
- Adds support for backpressure handling for response streams.
- The backpressure update includes a fix where uncompressed streams would never start streaming to the client.
- The analysis endpoint for Explain Log Rate Spikes now includes a ping every 10 seconds to keep the stream alive.
- Integration tests were updated to test both uncompressed and compressed streaming.

(cherry picked from commit b38bbbcea3)
2022-11-02 03:50:27 -07:00
..
bfetch_explorer Upgrade EUI to v63.0.6 - updates to new EuiPageTemplate and deprecates old page components (#139524) 2022-09-07 15:35:23 -05:00
dashboard_embeddable_examples Upgrade EUI to v63.0.6 - updates to new EuiPageTemplate and deprecates old page components (#139524) 2022-09-07 15:35:23 -05:00
data_view_field_editor_example Upgrade EUI to v63.0.6 - updates to new EuiPageTemplate and deprecates old page components (#139524) 2022-09-07 15:35:23 -05:00
developer_examples Upgrade EUI to v63.0.6 - updates to new EuiPageTemplate and deprecates old page components (#139524) 2022-09-07 15:35:23 -05:00
embeddable_examples Saved objects: improve typesafety (#140099) 2022-09-13 09:56:29 +02:00
embeddable_explorer Upgrade EUI to v63.0.6 - updates to new EuiPageTemplate and deprecates old page components (#139524) 2022-09-07 15:35:23 -05:00
expressions_explorer Upgrade EUI to v63.0.6 - updates to new EuiPageTemplate and deprecates old page components (#139524) 2022-09-07 15:35:23 -05:00
field_formats_example Upgrade EUI to v63.0.6 - updates to new EuiPageTemplate and deprecates old page components (#139524) 2022-09-07 15:35:23 -05:00
guided_onboarding_example [Guided onboarding] Update solution guide configs (#141233) 2022-09-21 12:07:18 -04:00
hello_world fix all violations 2022-04-16 01:37:30 -05:00
locator_examples Upgrade EUI to v63.0.6 - updates to new EuiPageTemplate and deprecates old page components (#139524) 2022-09-07 15:35:23 -05:00
locator_explorer Upgrade EUI to v63.0.6 - updates to new EuiPageTemplate and deprecates old page components (#139524) 2022-09-07 15:35:23 -05:00
partial_results_example Upgrade EUI to v63.0.6 - updates to new EuiPageTemplate and deprecates old page components (#139524) 2022-09-07 15:35:23 -05:00
preboot_example Upgrade EUI to v63.0.6 - updates to new EuiPageTemplate and deprecates old page components (#139524) 2022-09-07 15:35:23 -05:00
response_stream [ML] Explain Log Rate Spikes: Fix uncompressed streams and backpressure handling. (#142970) (#144396) 2022-11-02 03:50:27 -07:00
routing_example Upgrade EUI to v63.0.6 - updates to new EuiPageTemplate and deprecates old page components (#139524) 2022-09-07 15:35:23 -05:00
screenshot_mode_example Upgrade EUI to v63.0.6 - updates to new EuiPageTemplate and deprecates old page components (#139524) 2022-09-07 15:35:23 -05:00
search_examples [Search] Re-enable test on example search app (#139961) 2022-09-09 10:25:36 -07:00
share_examples fix all violations 2022-04-16 01:37:30 -05:00
state_containers_examples Upgrade EUI to v63.0.6 - updates to new EuiPageTemplate and deprecates old page components (#139524) 2022-09-07 15:35:23 -05:00
ui_action_examples fix all violations 2022-04-16 01:37:30 -05:00
ui_actions_explorer Upgrade EUI to v63.0.6 - updates to new EuiPageTemplate and deprecates old page components (#139524) 2022-09-07 15:35:23 -05:00
user_profile_examples Add no assignees option to user profiles selectable (#140036) 2022-09-14 16:52:34 +01: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
----