Open GoogleCodeExporter opened 9 years ago
While I haven't removed it, I haven't been actively developing realtime logging
for some time now, so it is currently unsupported. It may still work, and I
plan to come back to it, but I need to make a lot of other improvements first.
What is the main thing you use the realtime logging for?
Original comment by mchol...@gmail.com
on 18 Jun 2013 at 2:54
We have a very low amount of logs (less than 1,000/minute), but we have a high
interval for alert checking.
With realtime, I could set an alert for failed windows logins and get an email
within a few seconds of a failed login. Now I have to wait 60 seconds for the
batch to load before I can get an email.
It just speeds up the rate at which we get notified when queries return
information.
Original comment by i...@pingas.org
on 18 Jun 2013 at 2:56
Got it. I know lots of people are in your situation, and I know that realtime
logging is important. I promise that I'll revisit it, but I have to get three
major features rolled out first.
To tide you over, you may be interested in looking at the new debugging script
I added in /usr/local/elsa/contrib/livetail.pl which will create a socket that
syslog-ng will send parsed logs to, and then write them to stdout. This is a
way to view logs coming in realtime, though you won't get proper alerting or
anything from it. Keep in mind it can take up to 60 seconds for logs to show
up when the script starts, as that's the default interval that syslog-ng checks
for the existence of the socket.
Original comment by mchol...@gmail.com
on 18 Jun 2013 at 2:59
I thought livetail was also deprecated?
Regardless, I will definitely take a look.
Thank you!
Original comment by i...@pingas.org
on 18 Jun 2013 at 3:00
The old livetail is deprecated. This is a much more stable version that is for
console only. It's main purpose is to help with debugging log parsers to see
how the system is parsing them, but you can just pipe the command to grep to
look for anything you want, and it will be in realtime.
Original comment by mchol...@gmail.com
on 18 Jun 2013 at 3:01
Original issue reported on code.google.com by
i...@pingas.org
on 18 Jun 2013 at 2:18