Skip to content

Commit

Permalink
Update transports.md
Browse files Browse the repository at this point in the history
  • Loading branch information
megastef committed Sep 22, 2015
1 parent 38254c1 commit 86d7527
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/transports.md
Expand Up @@ -496,11 +496,15 @@ If `env` is either 'dev' or 'test' the lib will _not_ load the included newrelic
logger.add (Logsene, {token: process.env.LOGSENE_TOKEN})
logger.info ("Info message no. %d logged to %s",1,'Logsene', {metadata: "test-log", count:1 , tags: ['test', 'info', 'winston'], memoryUsage: process.memoryUsage()})
```
Logsene [Logsene](http://www.sematext.com/logsene/) provides:
Options:
* __token__: Logsene Application Token
* __source__: Source of the logs (defaults to main module)

[Logsene](http://www.sematext.com/logsene/) features:
- Fulltext search
- Anomaly detection and alerts
- Kibana4 Dashboards
- Integration with [SPM performance monitoring](http://www.sematext.com/spm/integrations/nodejs-monitoring.html)
- Kibana4 integration
- Integration with [SPM Performance Monitoring for Node.js](http://www.sematext.com/spm/integrations/nodejs-monitoring.html)

## Find more Transports

Expand Down

0 comments on commit 86d7527

Please sign in to comment.