OpenSearch API
LogClaw stores processed logs in OpenSearch. The Dashboard proxies OpenSearch API requests with automatic Basic Auth injection. Base URL:https://logclaw-opensearch:9200
Dashboard proxy: /api/opensearch/*
Index Pattern
LogClaw writes to daily indices:logclaw-logs-YYYY.MM.dd
Wildcard for all logs: logclaw-logs-*
Cluster Health
Response
List Indices
Response
Search Logs
Request Body
Response
Common Query Patterns
All errors in the last hour:Document Count
Response
Document Schema
Each indexed log document has these fields:Custom OTLP attributes are flattened as top-level fields. For example,
{"key": "user.id", "value": {"stringValue": "12345"}} becomes "user.id": "12345" in the indexed document.