-
Notifications
You must be signed in to change notification settings - Fork 5
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
Access log to Elasticsearch stop working #11
Comments
After more investigations, it seems the the problem is in the access_log formatting:
Note the appending |
OK, found the root cause and corrected it by modifying |
PR submitted #12 |
@underscoredje Brooo help me too :D. |
Yes! |
@underscoredje Yes, i'm starting the Vulture Grafana dashboard to night. |
Hello @underscoredje, |
Hi!
I made a fresh install of a new vulture cluster on freebsd12.1 and connected a ES repo for logs (as I I did for my older Vulture cluster).
On this new cluster:
vulture_pf-*
index is created, butvulture_access-*
is not)./usr/local/etc/rsyslog.d/rsyslogd.conf
file and did some tests with the part concerning my access log file:If I comment
if $parsesuccess == "OK" then {
line, and the correponding}
line,vulture-access-*
is created in ES. (but with wrong parsing).So, i guess there is a problem with the parsing made by mmjsonparse.
I've tested with rsyslogd 8.1911.0 and 8.2008.0.
On older clusters (where it is working), rsyslogd 8.40.0 is used.
Any idea for correcting this ?
The text was updated successfully, but these errors were encountered: