Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request]Add Support for remote Syslog #1819

Open
svalcken opened this issue Mar 9, 2024 · 1 comment
Open

[Request]Add Support for remote Syslog #1819

svalcken opened this issue Mar 9, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@svalcken
Copy link

svalcken commented Mar 9, 2024

Is your feature request related to a problem? Please describe.

No response

Describe the solution you'd like

Please add remote Syslog for logging Information.
I will use a centralisized ELK Stack for Logginformation.
So it‘s possible to detect better issues.

Thanks

Describe alternatives you've considered

No response

Additional context

No response

@stefan123t
Copy link

stefan123t commented Aug 12, 2024

Adding syslog is a common feature request and maybe implemented using e.g. https://github.com/arcao/Syslog

Syslog formatted messages are written via UDP or TCP usually to port 512 on the destination server.
The given library consists of two files src/Syslog.c/.h maybe it is sufficient to support only a subset of the given methods.

ranma added a commit to ranma/OpenDTU-OnBattery that referenced this issue Sep 15, 2024
This implements RFC5424 version of the protocol.

See tbnobody#1819
ranma added a commit to ranma/OpenDTU-OnBattery that referenced this issue Sep 15, 2024
This implements RFC5424 version of the protocol.

See tbnobody#1819
ranma added a commit to ranma/OpenDTU-OnBattery that referenced this issue Sep 15, 2024
This implements RFC5424 version of the protocol.

See tbnobody#1819
ranma added a commit to ranma/OpenDTU-OnBattery that referenced this issue Sep 15, 2024
This implements RFC5424 version of the protocol.

See tbnobody#1819
ranma added a commit to ranma/OpenDTU-OnBattery that referenced this issue Sep 15, 2024
This implements RFC5424 version of the protocol.

See tbnobody#1819
ranma added a commit to ranma/OpenDTU-OnBattery that referenced this issue Sep 15, 2024
This implements RFC5424 version of the protocol.

See tbnobody#1819
ranma added a commit to ranma/OpenDTU-OnBattery that referenced this issue Sep 15, 2024
This implements RFC5424 version of the protocol.

See tbnobody#1819
ranma added a commit to ranma/OpenDTU-OnBattery that referenced this issue Sep 21, 2024
This implements RFC5424 version of the protocol.

See tbnobody#1819
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants