This commit is contained in:
2026-03-02 23:21:47 +01:00
parent 589f560137
commit 6cfea15b9e
6 changed files with 537 additions and 7 deletions

View File

@@ -1,9 +1,14 @@
[project]
name = "proxy-to-logbull"
version = "0.1.0"
description = "Add your description here"
description = "NGINX and NAXSI log parser that sends logs to LogBull"
readme = "README.md"
requires-python = ">=3.14"
requires-python = ">=3.9"
dependencies = [
"logbull>=0.9.0",
"pyyaml>=6.0",
"watchdog>=3.0.0",
]
[project.scripts]
proxy-to-logbull = "main:main"