Page 2 of 2

Zimbra Collaboration Contest: Log Management, and the Winner is ...

Posted: Thu Apr 23, 2015 11:05 am
by ploeger
I'm willing to share. Just tell me, what you need.

Zimbra Collaboration Contest: Log Management, and the Winner is ...

Posted: Fri Jun 19, 2015 4:04 pm
by pointer
Really interested in your logstash patterns, but any config files you're willing to share would be greatly appreciated. :)

Zimbra Collaboration Contest: Log Management, and the Winner is ...

Posted: Mon Jun 22, 2015 9:25 am
by ploeger
Here are the logstash patterns:
ZIMBRA_MAILBOXLOG %{YEAR:year}-%{MONTHNUM:month}-%{MONTHDAY:day} %{TIME:time},(?<miliseconds>[d]*) %{WORD:loglevel} +[(?<thread>[^]]*)] [(?<_info>[^]]*)] %{WORD:service} - (?<command>.*)
ZIMBRA_EXCEPTION com.(?<exception>[^:]*): (?<exception_message>[^\
]*).*Code:(?<exception_code>[^\
]*)
The logfile (zimbra~/log/mailbox.log) itself is simply transferred using lumberjack.
And here's the used Kibana Dashboard:
[View:https://drive.google.com/file/d/0BygOeA ... ring:940:0]

Re: Zimbra Collaboration Contest: Log Management, and the Winner is ...

Posted: Sat Mar 04, 2017 11:42 am
by mhamed
hey ploeger ^^ the link does'nt work .. can u share the used kibana dashboard again ..
thank you in advance ^^

Re: Zimbra Collaboration Contest: Log Management, and the Winner is ...

Posted: Thu Mar 23, 2017 7:57 am
by mhamed
hi everyboy .. I'm currently at the end of the project (the creation of the dashboard)
My question is: how i can have log spam, virus, received message, sent message ... and present them in dashbord
Thank you in advance!