Skip to main content
GET
/
api
/
bridge
/
config
Bridge Configuration
curl --request GET \
  --url https://otel.logclaw.ai/api/bridge/config \
  --header 'x-logclaw-api-key: <api-key>'
{
  "anomalyThreshold": 2.5,
  "windowSize": 50,
  "kafkaBrokers": "logclaw-kafka-kafka-bootstrap:9093",
  "rawTopic": "raw-logs",
  "enrichedTopic": "enriched-logs",
  "opensearchEndpoint": "https://logclaw-opensearch:9200"
}

Authorizations

x-logclaw-api-key
string
header
required

Your project API key (starts with lc_proj_)

Response

200 - application/json

Bridge configuration