build_kql function

Build a KQL string.

Build a KQL string.

build_kql(..., .env = parent.frame())

Arguments

  • ...: input to convert to KQL. Use kql() to preserve user input as is (dangerous), and ident() to label user input as kql identifiers (safe)
  • .env: the environment in which to evaluate the arguments. Should not be needed in typical use.
  • Maintainer: Alex Kyllo
  • License: MIT + file LICENSE
  • Last published: 2023-10-12