We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently it seem the Baikal parser only support apache httpd log format and does not cover fastcgi via Nginx:
Sample logs:
2024/09/23 07:13:04 [error] 53#53: *13 FastCGI sent in stderr: "PHP message: user admin authentication failure for Baikal" while reading response header from upstream, client: 192.168.90.254, server: _, request: "POST /admin/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm.sock:", host: "SUBDOMAIN", referrer: "https://subdomain/admin/"
We should update this to cover both as Baikal supports both options via their installation instructions
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently it seem the Baikal parser only support apache httpd log format and does not cover fastcgi via Nginx:
Sample logs:
2024/09/23 07:13:04 [error] 53#53: *13 FastCGI sent in stderr: "PHP message: user admin authentication failure for Baikal" while reading response header from upstream, client: 192.168.90.254, server: _, request: "POST /admin/ HTTP/1.1", upstream: "fastcgi://unix:/var/run/php-fpm.sock:", host: "SUBDOMAIN", referrer: "https://subdomain/admin/"
We should update this to cover both as Baikal supports both options via their installation instructions
The text was updated successfully, but these errors were encountered: