mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 09:25:55 +03:00
[GH-ISSUE #338] Syslog destination #297
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#297
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @m1cypher on GitHub (Mar 25, 2020).
Original GitHub issue: https://github.com/NginxProxyManager/nginx-proxy-manager/issues/338
I would like to have the audit logs and access logs (HTTP/HTTPS access combined) to be sent to my SIEM for graphing and other access.
If I am missing this somewhere, I am sorry.
I am using the docker version, with unraid.
I should also note, you have a made a great item. Thank you.
@vsc55 commented on GitHub (Apr 12, 2020):
Hi,
To achieve this you have to edit the Host, go to the "Advanced" tab and in "Custom Nginx Configuration" add the following configuration:
The good thing would be to be able to configure it in some general nginx configuration so you don't have to add it on each host.
More Info:
https://docs.nginx.com/nginx/admin-guide/monitoring/logging/
@m1cypher commented on GitHub (Feb 22, 2021):
So I never noticed that you replied to this, but I want to make sure I understand. Do I have to do this for each host that I created? Or is it a universal configuration?
@vsc55 commented on GitHub (Feb 22, 2021):
Hi @odin-bb,
You have 2 options:
Option 1: Add it on all vhost.
Option 2: Add it to a custom file (this is the one I use).
If in any vhost you want to use another configuration such as another server, you only have to add said configuration in "Advanced" of the vhost.
With the following example we configure in all the vhosts that "error_log" only sends the error messages to the syslog00 server, and that the debug.domain.local vhost sends all the messages to the syslog01 server.
Advanced config vhost "debug.domain.local":
@github-actions[bot] commented on GitHub (Mar 31, 2024):
Issue is now considered stale. If you want to keep it open, please comment 👍
@github-actions[bot] commented on GitHub (May 10, 2025):
Issue was closed due to inactivity.