cURL
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" }
Returns the current Bridge runtime configuration including anomaly detection thresholds, Kafka topics, and OpenSearch endpoint.
Your project API key (starts with lc_proj_)
lc_proj_
Bridge configuration