Integrations Overview
Integrations
Section titled “Integrations”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.
Official Connectors
Section titled “Official Connectors”These connectors ship as container images and are maintained by the SilentPulse team:
| Connector | Category | Modes | Status |
|---|---|---|---|
| Kafka | Message Streaming | batch, realtime | ✅ Stable |
| Splunk | SIEM / Log Management | batch | ✅ Stable |
| Elasticsearch | Search & Analytics | batch | ✅ Stable |
| Syslog | System Logs | realtime | ✅ Stable |
| REST API | Custom Integration | batch | ✅ Stable |
Supported Platforms
Section titled “Supported Platforms”Beyond official connectors, SilentPulse supports these platforms via the REST API connector or upcoming dedicated connectors:
SIEM & Log Management
Section titled “SIEM & Log Management”| Platform | Status | Description |
|---|---|---|
| Splunk | ✅ Stable | Dedicated connector |
| Elasticsearch | ✅ Stable | Dedicated connector |
| Microsoft Sentinel | 🔄 Planned | Via REST API connector |
| IBM QRadar | 🔄 Planned | Via REST API connector |
| Cribl | 🔄 Planned | Stream metrics |
Message Queues
Section titled “Message Queues”| Platform | Status | Description |
|---|---|---|
| Apache Kafka | ✅ Stable | Dedicated connector |
| Confluent Cloud | ✅ Stable | Via Kafka connector |
| AWS Kinesis | 🔄 Planned | Via REST API connector |
| Azure Event Hubs | 🔄 Planned | Via Kafka protocol |
EDR/XDR
Section titled “EDR/XDR”| Platform | Status | Description |
|---|---|---|
| CrowdStrike | 🔄 Planned | Via REST API connector |
| Microsoft Defender | 🔄 Planned | Via REST API connector |
| SentinelOne | 🔄 Planned | Via REST API connector |
| Palo Alto Cortex | 🔄 Planned | Via REST API connector |
Cloud Platforms
Section titled “Cloud Platforms”| Platform | Status | Description |
|---|---|---|
| AWS | 🔄 Planned | CloudTrail, GuardDuty, Security Hub |
| Azure | 🔄 Planned | Activity Logs, Defender |
| GCP | 🔄 Planned | Cloud Logging, Security Command |
Creating Custom Integrations
Section titled “Creating Custom Integrations”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.
Authentication
Section titled “Authentication”Connectors support multiple auth methods depending on the target system:
- API Key / Token
- Basic Auth (username + password)
- Bearer Token
- TLS client certificates
- SASL (Kafka)
Air-Gapped Deployments
Section titled “Air-Gapped Deployments”See Connector Hub - Self-Hosting for instructions on running your own connector registry in environments without internet access.