kibana/examples/partial_results_example
2022-10-28 14:06:46 -05:00
..
public Upgrade EUI to v63.0.6 - updates to new EuiPageTemplate and deprecates old page components (#139524) 2022-09-07 15:35:23 -05:00
kibana.json [Expressions] Partial results example plugin (#113001) 2021-09-27 18:54:05 +02:00
README.md [Expressions] Partial results example plugin (#113001) 2021-09-27 18:54:05 +02:00
tsconfig.json [auto] migrate existing plugin/package configs 2022-10-28 14:06:46 -05:00

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:

  1. An expression function emitting a datatable with intermediate results (getEvents).
  2. An expression function emitting an infinite number of results (countEvent).
  3. A combination of those two functions using the mapColumn function that continuously updates the resulting table.