UNPKG

tremor-elastic

Version:

Use tremor to shove leg-format logs into ElasticSearch

34 lines (33 loc) 705 B
{ "name": "tremor-elastic", "version": "0.0.5", "description": "Use tremor to shove leg-format logs into ElasticSearch", "main": "index.js", "dependencies": { "tremor": "~0.0.1", "request": "~2.10.0", "leg": "~1.0.0" }, "bin": { "tremor-elastic": "./tremor-elastic" }, "repository": { "type": "git", "url": "git://github.com/deoxxa/tremor-elastic.git" }, "keywords": [ "tremor", "log", "follow", "elasticsearch", "search", "elastic", "leg", "json" ], "author": "Conrad Pankoff <deoxxa@fknsrs.biz> (http://www.fknsrs.biz/)", "license": "BSD", "bugs": { "url": "https://github.com/deoxxa/tremor-elastic/issues" } }