From fa0d76d216434e5d5415bf6b7ffac4260edd73b6 Mon Sep 17 00:00:00 2001 From: "daniel.g" Date: Sun, 28 Sep 2025 09:55:37 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)