Overview
OpenSRE connects to OpenObserve to retrieve log evidence when an alert fires — correlating errors, anomalies, and service activity during investigations.Prerequisites
- An OpenObserve instance (self-hosted or cloud-hosted)
- The URL of your OpenObserve deployment
- Either an access token or a username and password
- Access to the organization you want OpenSRE to query
Setup
There is noopensre integrations setup openobserve handler. Configure OpenObserve with environment variables or the persistent store only.
Option 1: Environment variables
Add to your.env:
Alternative authentication
If your deployment uses username/password instead of a token:OPENOBSERVE_TOKEN or OPENOBSERVE_USERNAME + OPENOBSERVE_PASSWORD. Verify requires the URL plus one of those auth pairs.
Option 2: Persistent store
base_url and api_token (not url / token). For username/password auth, set username and password instead of api_token.
Credentials
- Log in to your OpenObserve instance
- Open user or organization settings
- Create or retrieve an access token
- Copy your OpenObserve URL
- Note the organization name you want OpenSRE to query
- Add these values to your OpenSRE configuration
Investigation tools
OpenSRE does not expose separate OpenObserve traces or metrics tools.