mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Updates files outside of x-pack to be triple-licensed under Elastic License 2.0, AGPL 3.0, or SSPL 1.0. |
||
---|---|---|
.. | ||
public | ||
kibana.jsonc | ||
README.md | ||
tsconfig.json |
Partial Results Example
The partial results is a feature of the expressions plugin allowing to emit intermediate execution results over time.
This example plugin demonstrates:
- An expression function emitting a datatable with intermediate results (
getEvents
). - An expression function emitting an infinite number of results (
countEvent
). - A combination of those two functions using the
mapColumn
function that continuously updates the resulting table.