UNPKG

@elastic/makelogs

Version:

Simple log generator for testing kibana

44 lines (43 loc) 963 B
{ "name": "@elastic/makelogs", "version": "6.1.1", "description": "Simple log generator for testing kibana", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "jshint": "jshint _* index.js samples bin" }, "bin": { "makelogs": "./bin/makelogs" }, "repository": { "type": "git", "url": "git://github.com/elastic/makelogs.git" }, "keywords": [ "elasticsearch", "kibana", "logstash", "test-data", "http", "traffic" ], "author": "Spencer Alger", "license": "Apache-2.0", "bugs": { "url": "https://github.com/elastic/makelogs/issues" }, "homepage": "https://github.com/elastic/makelogs", "dependencies": { "async": "^1.4.2", "commander": "^5.0.0", "elasticsearch": "^16.4.0", "inquirer": "^7.0.0", "moment": "^2.10.6", "progress": "^1.1.8", "through2": "^2.0.0" }, "devDependencies": { "jshint": "^2.9.2" } }