Skip to content

Integrations Overview

SilentPulse connects to the platforms your security data already flows through. Connectors are managed via the Connector Hub - a registry of pre-built integrations available at hub.silentpulse.io.

These connectors ship as container images and are maintained by the SilentPulse team:

ConnectorCategoryModesStatus
KafkaMessage Streamingbatch, realtime✅ Stable
SplunkSIEM / Log Managementbatch✅ Stable
ElasticsearchSearch & Analyticsbatch✅ Stable
SyslogSystem Logsrealtime✅ Stable
REST APICustom Integrationbatch✅ Stable

Beyond official connectors, SilentPulse supports these platforms via the REST API connector or upcoming dedicated connectors:

PlatformStatusDescription
Splunk✅ StableDedicated connector
Elasticsearch✅ StableDedicated connector
Microsoft Sentinel🔄 PlannedVia REST API connector
IBM QRadar🔄 PlannedVia REST API connector
Cribl🔄 PlannedStream metrics
PlatformStatusDescription
Apache Kafka✅ StableDedicated connector
Confluent Cloud✅ StableVia Kafka connector
AWS Kinesis🔄 PlannedVia REST API connector
Azure Event Hubs🔄 PlannedVia Kafka protocol
PlatformStatusDescription
CrowdStrike🔄 PlannedVia REST API connector
Microsoft Defender🔄 PlannedVia REST API connector
SentinelOne🔄 PlannedVia REST API connector
Palo Alto Cortex🔄 PlannedVia REST API connector
PlatformStatusDescription
AWS🔄 PlannedCloudTrail, GuardDuty, Security Hub
Azure🔄 PlannedActivity Logs, Defender
GCP🔄 PlannedCloud Logging, Security Command

The REST API connector allows you to integrate with any system that exposes a JSON HTTP endpoint. Configure the URL, authentication, and a JSONPath expression to extract hostnames.

For advanced use cases, you can submit a community connector to the Connector Hub.

Connectors support multiple auth methods depending on the target system:

  • API Key / Token
  • Basic Auth (username + password)
  • Bearer Token
  • TLS client certificates
  • SASL (Kafka)

See Connector Hub - Self-Hosting for instructions on running your own connector registry in environments without internet access.