kibana/examples/partial_results_example/README.md
Michael Dokolin 47a4c3de2a
[Expressions] Partial results example plugin (#113001) (#113143)
* Update mapColumn expression function implementation to support partial results
* Add partial results example plugin
# Conflicts:
#	.github/CODEOWNERS
2021-09-27 15:18:44 -04:00

469 B
Executable file

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.