Caution
This repository has been archived and moved to https://github.com/openrelik/openrelik-workers/
This worker processes Cloud logs and make them Timesketch compatible.
Add the below configuration to the OpenRelik docker-compose.yml file.
openrelik-worker-cloud-logs:
container_name: openrelik-worker-cloud-logs
image: ghcr.io/openrelik/openrelik-worker-cloud-logs:latest
restart: always
environment:
- REDIS_URL=redis://openrelik-redis:6379
- OPENRELIK_PYDEBUG=0
volumes:
- ./data:/usr/share/openrelik/data
command: "celery --app=src.app worker --task-events --concurrency=4 --loglevel=INFO -Q openrelik-worker-cloud-logs"
# ports:
# - 5678:5678 # For debugging purposes.Run the following command.
uv sync --group test
uv run pytest -s --cov=.