Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions examples/agent/healthcare-assistant/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,20 @@ A healthcare-domain Streamlit chat app built with **LangGraph**, **PostgreSQL/pg

### Splunk AO authentication

This example targets **Splunk Observability (O11y) Cloud**. Two tokens are involved:
The `.env.example` file includes environment variables for use with **Splunk Observability (O11y) Cloud** or with **On-Premises Splunk Agent Observability**.

O11y Cloud tokens:

| Variable | Required | Purpose |
|---|---|---|
| `SPLUNK_AO_REALM` | ✅ | Your O11y Cloud realm (`us0`, `eu0`, `lab0`, …) |
| `SPLUNK_AO_O11Y_TOKEN` | ✅ | Ingest token — exports telemetry via OTLP |
| `SPLUNK_AO_O11Y_API_TOKEN` | optional | Dedicated CRUD token — enables evaluators (Correctness, Context Adherence) |

`SPLUNK_AO_O11Y_TOKEN` is used for both telemetry ingest and CRUD when no API token is set. Set `SPLUNK_AO_O11Y_API_TOKEN` separately if your ingest token is read-only. See the [SDK authentication docs](https://github.com/splunk/splunk-ao-python#splunk-observability-o11y-cloud) for full details.
`SPLUNK_AO_O11Y_TOKEN` is used for both telemetry ingest and CRUD when no API token is set. Set `SPLUNK_AO_O11Y_API_TOKEN` separately if your ingest token is read-only. For more information, see [this SDK doc section](https://github.com/splunk/splunk-ao-python#splunk-observability-o11y-cloud).

More information about on-premises environment variables are in [this SDK doc section](https://github.com/splunk/splunk-ao-python#on-premises-agent-observability).


## Setup

Expand Down
Loading