logsniffer
logsniffer copied to clipboard
logsniffer is a sophisticated open source web tool for parsing, viewing, monitoring and analyzing log data - smarter, collaborative and easier. [No longer maintaned]
We usually configure a daily rolling file log in log4j and have the appender zip the previous days automatically. It would be great if logsniffer could handle these as well....
As a logsniffer user i like to import csv files. This should be integrated into the web frontend. It should be possible to get suggestions how to splitt the file...
I searched for different log monitoring and your was the easiest to get running with minimal configuration. It was also easy to perform a basic setup without even going over...
Hi, would you add a _Developer Guide_ section in the Wiki? As there is a Extension System on the horizon (see #71 ) that would be handy. Content that would...
Relevant for log4j reader and timestamp filter.
What about Java interface and documentation about this for filtering provider, source provider and etc. It may be provide user extending your system by plugins for using different type of...
Today search feture is just highlight line with found regexp condition. But we have not search and filtering all messages with composed search criteria. Let's I explain: if you working...
Let's I suggest make different page with create debug and prepare grok pattern.
How about hightlight specific row in logging stream for example with follow condition: ``` level == "WARN" app = "mysql" regexp = "/deadlock/" ``` Can I make this on current...