logagent-js
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "logagent-js", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "Smart log parser written in Node", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -16,5 +16,15 @@ # logagent-js | ||
- JSON lines are parsed, and scanned for @timestamp and time fields (logstash and bunyan format) | ||
- default patterns for: | ||
- MongoDB, | ||
- MySQL, | ||
- Apache httpd, | ||
- Nginx, | ||
- Redis, | ||
- Apache Zookeeper, | ||
- Apache Cassandra, | ||
- Apache Kafka, | ||
- various Linux/Mac OS X system log files | ||
To test patterns or convert logs from text to JSON use the command line tool 'logagent'. | ||
It reads from stdin and outputs line delemited JSON (or pretty JSON or YAML) to the console. | ||
It reads from stdin and outputs line delimited JSON (or pretty JSON or YAML) to the console. | ||
In addtion it can forward the parsed objects directly to [Logsene](http://sematext.com/logsene). | ||
@@ -204,4 +214,4 @@ | ||
- [SPM Agent for Docker](https://github.com/sematext/spm-agent-docker) - collects metrics, events and logs from Docker API and CoreOS. Logagent-js is a component of spm-agent-docker. More Information: [Innovative Docker Log Management](http://blog.sematext.com/2015/08/12/docker-log-management/) | ||
- [Logsene-CLI](https://github.com/sematext/logsene-cli) - Enables searching Logsene log entries from the command-line. | ||
- [SPM Agent for Docker](https://github.com/sematext/spm-agent-docker) - collects metrics, events and logs from Docker API and CoreOS | ||
- [SPM Agent for Node.js](https://github.com/sematext/spm-agent-nodejs) - collects performance metrics for Node and io.js applications | ||
@@ -208,0 +218,0 @@ - [Custom Metrics](https://github.com/sematext/spm-metrics-js) - Custom Metrics for SPM |
44145
228