Mlogger to replace logger
From MyWiki
(Difference between revisions)
(Created page with 'Had a task to send [http://www.amanda.org Amanda] reports into logstash and hit the wall of logger's line limit of 1024 byte. Searching web found the replacement for it - [https:…') |
m (Protected "Mlogger to replace logger" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
Revision as of 14:24, 15 October 2014
Had a task to send Amanda reports into logstash and hit the wall of logger's line limit of 1024 byte. Searching web found the replacement for it - mlogger.
Thanks to gordon's post in this thread!
Now I can send the whole report in JSON format out to logstash and had it in Kibana. Happy days! :-)