579 B
579 B
. ├─ api/ # Dockerfile for agent-api ├─ poller/ # Dockerfile for Splunk poller ├─ worker/ # Dockerfile for queue-worker (Azure mode only; not used locally) ├─ agent_runner.py # Analyzer orchestration ├─ flask_app.py # Flask API: /health, /analyze ├─ notify.py # SMTP (Mailtrap) email helper ├─ compose.yaml # Docker Compose stack ├─ requirements.txt ├─ sampleLogs.txt # misc sample content └─ splunk_poller.py # Polls Splunk & writes chunk files