mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
- 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. |
||
---|---|---|
.. | ||
bfetch_explorer | ||
dashboard_embeddable_examples | ||
data_view_field_editor_example | ||
developer_examples | ||
embeddable_examples | ||
embeddable_explorer | ||
expressions_explorer | ||
field_formats_example | ||
guided_onboarding_example | ||
hello_world | ||
locator_examples | ||
locator_explorer | ||
partial_results_example | ||
preboot_example | ||
response_stream | ||
routing_example | ||
screenshot_mode_example | ||
search_examples | ||
share_examples | ||
state_containers_examples | ||
ui_action_examples | ||
ui_actions_explorer | ||
user_profile_examples | ||
README.asciidoc |
[[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 ----