Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

if the outer-option is set to "true", the enrich will enrich events with "null"-values instead of discarding them (thus, its like an outer join).

MAP

Together with the Map operator it is possible to retrieve single values from the context store with the function ContextStore(storeName)

Code Block
languagepql
out = MAP({Expressions=["ContextStore('door5')","input.x"],input}


View - show the context of stores

...