Skip to content

Extension points

Extension points

Everything is a contract bound in the service provider, so a host overrides by rebinding — no forking.

  • Custom sink — replace Cbox\Siem\Contracts\StreamSink to deliver over a different transport (or to test in memory with FakeStreamSink).
  • Custom destination — how destinations map to core formatters, and how to extend the models and registry.