rsigma backend targets🔗
List the conversion backends compiled into this binary.
Synopsis🔗
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🔗
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🔗
backend convertto actually convert rules.backend formats <TARGET>to list the per-backend output formats.- PostgreSQL backend reference, LynxDB backend reference.