Module: Smplkit::Audit::ForwarderType
- Defined in:
- lib/smplkit/audit/models.rb
Overview
Public-facing enum for SIEM streaming destination types.
Mirrors the ForwarderType enum the audit OpenAPI spec emits (ADR-047 §2.12). Customers pass these constants — or any string in VALUES — to the management forwarders surface. The wrapper validates membership before round-tripping to the wire.
Constant Summary collapse
- HTTP =
"HTTP"- DATADOG =
"DATADOG"- SPLUNK_HEC =
"SPLUNK_HEC"- SUMO_LOGIC =
"SUMO_LOGIC"- NEW_RELIC =
"NEW_RELIC"- HONEYCOMB =
"HONEYCOMB"- ELASTIC =
"ELASTIC"- VALUES =
[HTTP, DATADOG, SPLUNK_HEC, SUMO_LOGIC, NEW_RELIC, HONEYCOMB, ELASTIC].freeze