diff --git a/README.md b/README.md index a8fc4c6..e29174e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This repo runs a local pipeline that mimics production **end-to-end**, but **without any active Azure dependencies**. All “Azure things” are left as **placeholders** so this same repo can later be deployed to Azure. -## What runs locally +## What runs locally (currently) 1. **Splunk** (container) – receives events via HEC. 2. **Poller** (`splunk_poller.py`) – queries Splunk and writes newline-delimited JSON **chunks** to a shared volume. @@ -11,6 +11,10 @@ All “Azure things” are left as **placeholders** so this same repo can later > Local mode uses `SINK=file` and a shared Docker volume. **No Azure Storage or Queues** are used in this mode. +## What runs on Azure (currently) + +1. **Queue-worker** +2. **Agent API** --- ## Quick start (TL;DR)