Skip to content

rsigma backend targets🔗

List the conversion backends compiled into this binary.

Synopsis🔗

rsigma backend targets [OPTIONS]

Description🔗

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

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🔗