Logstash - Centralized log storage, indexing, and searching
Logstash is a tool for managing events and logs. You can use it to collect logs, parse them, and store them for later use. Logstash comes with a web interface for searching and drilling into all of your logs.
You can ship logs from any source, parse them, get the right timestamp, index them, and search them. You can query for more precise things like, 404 http errors, nagios critical alerts in hard state, or mail server faults - all without accidentally finding logs with the word '404' or 'critical' in the wrong place.
Logstash could scale horizontally. It runs as standalone service or in client-server mode. It also understands AMQP protocol and recommends RabbitMQ as message broker.
http://code.google.com/p/logstash/
comments powered by Disqus
Related Products
Jmx-logger - Realtime Java Application Log Monitoring with JMX
JmxLoggerJmxLogger makes it easy to do realtime application log monitoring. The JmxLogger API provides both Java Util Logging Handler and a Log4J Appender classes for integration with your choice of logging technologies that you feel confortable with. You simply configure your logging framework, as you would normally do, and the JmxLogger automatically capture and braodcasts your event logs to any registered JMX client. It provides a built-in log console to monitor your log locally or remotely (
Essbaserightlog - Bring your Essbase logs to another dimension
DescriptionThe EssbaseRightLog PERL script parse ANY Oracle Hyperion Essbase® v.5 - v.11.1.1 server or application logs and generates a full, custom delimited, output for enhanced analysis (database, spreadsheet). EssbaseRightLog is intended to help Essbase® and Planning® database administrators and developers. Any Essbase® generated log may be parsed whatever the delimiter defined in Essbase.cfg config file (please refer to DELIMITEDMSG TRUE, DELIMITER in Oracle’s Essbase® Technical Refe
Log4jdbc-remix - Experimental fork of log4jdbc
What is log4jdbc-remix?log4jdbc-remix is an experimental fork of log4jdbc that: Can log result sets as tables Can be configured as a Spring Datasource Can use a plugable SQL formatter Is available in the sonatype maven repository. https://oss.sonatype.org/index.html#nexus-search;quick~log4jdbc Only supports Java 6 and above (log4jdbc which also supports java 1.4 and 1.5) Please see the original version of log4jdbc at http://code.google.com/p/log4jdbc/ for Java 1.4/1.5 support. Where can I get it
Nds-logging - Log messages for an Android application or any other java application with the same Lo
A Logger used to log messages for an Android application or any other java application. This can be useful when developing an Android library, and we write unit tests (JUnit) and integration tests (Android Unit tests). It is based on two types of log: android.util.Log: used to log an Android application org.apache.commons.logging.Log: used for logging Any Other java application If you want to add the log management on a class, simply add the line: private static final Logger log = LoggerFactory.
Rightloglite - RightLogLite is an Essbase log parser coded in Perl. This light version doesn't r
DescriptionRightLogLite is a Perl script that parses and reformat ANY Oracle Essbase server or application log. RightLogLite is similar to EssbaseRightLog as it parses Essbase logs, however RightLogLite doesn't require any external module but it contains then less features. As EssbaseRightLog, RightLogLite is intended to help Oracle Essbase® and Oracle Planning® database administrators and developers. Essbase logs may be parsed whatever the delimiter defined in Essbase.cfg config file (please
Log5j - A modern facade on top of log4j
Logger facade that supports printf style message format for both performance and ease of use. http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Logger.html The log5j package supports a 'modernized' interface on top of the class Log4j API usage. It provides a few syntactic extensions thanks to JDK 1.5 (hence the name log5j). UsageFirst. It is no longer required to give the category when creating a new class level logger. Log5j just figures it out from the call stack. For example old us
Imgetting99fletching - ghostfletcher
import java.awt.; import java.awt.event.; import java.io.; import java.net.; import java.util.; import javax.swing.; import com.speljohan.rsbot.event.events.; import com.speljohan.rsbot.event.listeners.; import com.speljohan.rsbot.accessors.; import com.speljohan.rsbot.account.; import com.speljohan.rsbot.bot.; import com.speljohan.rsbot.script.wrappers.; import com.speljohan.rsbot.script.; public class GhostfaceFletch extends Script implements PaintListener, ServerMessageListener { public RSTil
Logman-for-symbian - Developer's tool for getting debug output from Symbian
LogMan is a logging service and a remote shell running on Symbian phone intended for debugging and development tasks. The service allows one to send messages through a USB serial or socket connection to PC and issue commands such as file deletion, process listing and starting and terminating processes, through the shell. Other serial connection methods should work also, but are not supported. Infrared(IrComm), for example. On Symbian simulator, the messages are also logged to %TEMP%\\epocwind.ou
lucene-log4j - Log4j file rolling appender which indexes log with Lucene
lucene-log4j solves a recurrent problem that production support team face whenever a live incident happens: filtering production log statements to match a session/transaction/user ID. It works by extending Log4j's RollingFileAppender with Lucene indexing routines. Then with a LuceneLogSearchServlet, you get access to your log using web front end.
Js-klib - Collection of usefull JavaScript decorators and routines
PurposeThis library is inteded for use by advanced JavaScript developers. It contains usefull decorators for JavaScript functions, that are reusable across projects. Please see examples for list of features. ExamplesLoggingLog messages to console (for example Firebug console): klib.log('indexOf', 'S', 'in', 'JavaScript', 'is', 'JavaScript'.indexOf('S'));DecoratorsLogging function executionEvery execution of underlaying function will be logged to console along with function result. function fibon