Skip to content

rsigma backend targets🔗

List the conversion backends compiled into this binary.

Synopsis🔗

rsigma backend targets [OPTIONS]

Description🔗

Prints every native backend that backend convert can target, plus a one-line description. Backend names are case-insensitive and accept short aliases (pg for PostgreSQL).

When an external sigma-cli is discoverable, its targets are appended too (marked "via sigma-cli"), since backend convert delegates any non-native target to it. When sigma-cli is not installed, the command prints a short hint on how to add it. See sigma-cli delegation.

Flags🔗

This command takes no command-specific flags.

Examples🔗

rsigma backend targets
Available conversion targets:
  postgres  - PostgreSQL/TimescaleDB (aliases: postgresql, pg)
  lynxdb    - LynxDB log analytics engine
  test      - Backend-neutral test backend

The test backend produces backend-neutral text and is mainly used by the test suite, but it is occasionally useful for seeing how a rule lowers to a generic boolean expression before picking a real backend.

Exit codes🔗

Code Meaning
0 Always (the command is a pure read).

See also🔗