{"id":49048538,"url":"https://github.com/clicksiem/clickdetect","last_synced_at":"2026-04-23T06:04:32.923Z","repository":{"id":346464668,"uuid":"1188361194","full_name":"clicksiem/clickdetect","owner":"clicksiem","description":"Clickdetect - generic and no vendor lock-in threshold based detection","archived":false,"fork":false,"pushed_at":"2026-04-04T20:21:44.000Z","size":2234,"stargazers_count":12,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-04T22:39:14.056Z","etag":null,"topics":["alerting","alerting-system","clickhouse","detection-engine","engine","loki","postgresql","siem","wazuh"],"latest_commit_sha":null,"homepage":"https://clickdetect.souzo.me","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clicksiem.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-22T00:58:32.000Z","updated_at":"2026-04-04T20:21:49.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/clicksiem/clickdetect","commit_stats":null,"previous_names":["clicksiem/clickdetect"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/clicksiem/clickdetect","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clicksiem%2Fclickdetect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clicksiem%2Fclickdetect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clicksiem%2Fclickdetect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clicksiem%2Fclickdetect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clicksiem","download_url":"https://codeload.github.com/clicksiem/clickdetect/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clicksiem%2Fclickdetect/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32018817,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alerting","alerting-system","clickhouse","detection-engine","engine","loki","postgresql","siem","wazuh"],"created_at":"2026-04-19T19:08:11.745Z","updated_at":"2026-04-19T19:08:12.915Z","avatar_url":"https://github.com/clicksiem.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Made in :brazil:\n\n---\n\n# Clickdetect\n\n![clickdetect running](docs/docs/assets/clickdetect-runner-demo.avif)\n\nClickdetect is a generic alerting and detection engine that supports any data source and integrates with any webhook. It is vendor-agnostic, with no lock-in, and enables powerful, flexible detection workflows.\n\nFollow the doc: [https://clickdetect.souzo.me](https://clickdetect.souzo.me)\n\n## Supported sources\n\n### Datasources\n\n- Clickhouse \n- Loki\n- VictoriaLogs\n- PostgreSQL\n- Elastic/Opensearch\n\n### Webhooks\n\n- Generic\n- DFIR Iris\n- Forgejo\n- Email\n- Microsoft Teams\n- Slack\n\n## Starting guide\n\nFirst of all, create your runner.yml file. (Follow doc for the creation)\nYou will put detectors, webhooks and datasources in the configuration file.\n\n### uv\n\nFollow uv installation in [https://docs.astral.sh/uv](https://docs.astral.sh/uv)\n\n```sh\nuv sync --no-dev\nuv run clickdetect --api\n```\n\n### Docker/Podman\n\n#### Local\n\n```sh\npodman build -t clickdetect .\npodman run -v ./runner.yml:/app/runner.yml -p 8080 clickdetect --api -p 8080\n```\n\n#### Github Packages\n\n```sh\npodman run -v ./runner.yml:/app/runner.yml -p 8080 ghcr.io/clicksiem/clickdetect:latest --api -p 8080\n```\n\n## Options\n\n| Flag | Default | Description |\n|---|---|---|\n| `--api` | off | Start the REST API server |\n| `-p`, `--port` | `8080` | Port for the API server |\n| `-r`, `--runner` | `runner.yml` | Path to the runner configuration file |\n| `--stdin` | off | Read the runner configuration from stdin |\n| `--verbose` | off | Verbose mode |\n| `--reload` | off | Hot reload rules |\n| `--list-webhooks` | off | List webhooks |\n| `--list-datasources` | off | List datasources |\n\n## Roadmap\n\n### Webhooks\n\n- [x] Complete DFIR-IRIS webhook integration\n- [x] Add Slack webhook\n- [ ] Add Discord webhook\n- [ ] Add PagerDuty webhook\n- [x] Add Telegram webhook\n- [ ] Add Opsgenie webhook\n\n### Alert Management\n\n- [ ] Implement timeframe-based alert grouping (avoid duplicate alerts within a window)\n- [ ] Implement alert silencing (suppress alerts by rule/group/tenant for a duration)\n- [ ] Add API endpoints to manage silences (`POST /silence`, `DELETE /silence/{id}`)\n\n### Rule Management\n\n- [x] Hot reload rules without restarting (`--reload` flag or file watcher) ✅\n- [ ] API endpoints to add/update/remove rules dynamically (depends on hot reload)\n- [ ] Sigma rule conversion support (`sigma: true` in rule definition)\n\n### Datasources\n\n- [ ] Add support for Splunk\n- [x] Add support for OpenSearch/Elasticsearch\n- [x] Add support for VictoriaLogs\n\n### API \u0026 Observability\n\n- [ ] Implement an endpoint to create, edit and delete rules\n- [ ] Alert history endpoint to query past triggered rules\n\n## Contact-me\n\n* E-mail: me@souzo.me\n* Matrix: @souzo:matrix.org\n* Linkedin: [https://www.linkedin.com/in/vinicius-m-a76ba51b5/](https://www.linkedin.com/in/vinicius-m-a76ba51b5/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclicksiem%2Fclickdetect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclicksiem%2Fclickdetect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclicksiem%2Fclickdetect/lists"}