A powerful and intelligent log processing tool written in Go
Find a file
Winni Neessen 830de14890
Update go-parsesyslog dependency and refine server connection handling
This update upgrades the go-parsesyslog dependency version to v0.2.2. It also enhances the server's connection handling. This is done by expanding the `HandleConnection` method to handle network errors and EOF scenarios more thoroughly, adjusting processing time measurements, and handling deadlines for connection processing. Furthermore, the initialization of the syslog parser has now been moved to the `NewServer` function for efficiency.
2023-12-22 15:24:58 +01:00
.github Add SPDX license identifiers and update copyright year 2023-12-15 16:35:41 +01:00
.idea Add SPDX license identifiers and update copyright year 2023-12-15 16:35:41 +01:00
cmd/server Refactor signal handling and remove SPDX licensing details 2023-12-15 17:35:27 +01:00
etc Relocate logranger.toml and update .gitignore 2023-12-21 20:17:10 +01:00
LICENSES Add SPDX license identifiers and update copyright year 2023-12-15 16:35:41 +01:00
.gitignore Add .env to .gitignore file 2023-12-21 20:19:17 +01:00
.golangci.toml Add initial server implementation with config loading and listener setup 2023-12-14 12:09:01 +01:00
config.go Update go-parsesyslog dependency and refine server connection handling 2023-12-22 15:24:58 +01:00
connection.go Implement network connection handling 2023-12-22 01:44:50 +01:00
error.go Add SPDX license identifiers and update copyright year 2023-12-15 16:35:41 +01:00
go.mod Update go-parsesyslog dependency and refine server connection handling 2023-12-22 15:24:58 +01:00
go.sum Update go-parsesyslog dependency and refine server connection handling 2023-12-22 15:24:58 +01:00
go.sum.license Add SPDX license details to go.sum.license 2023-12-15 17:41:15 +01:00
LICENSE Initial commit 2023-12-08 14:31:37 +01:00
listener.go Refactor documentation and methods in server-related files 2023-12-19 20:17:56 +01:00
README.md Add SPDX license identifiers and update copyright year 2023-12-15 16:35:41 +01:00
server.go Update go-parsesyslog dependency and refine server connection handling 2023-12-22 15:24:58 +01:00
sonar-project.properties Add SPDX license identifiers and update copyright year 2023-12-15 16:35:41 +01:00

logranger

Perform actions on rule-based incoming syslog messages