import-kibana-dashboard
v1.1.0
Published
Script to create the kibana dashboard needed
Downloads
6
Readme
import-kibana-dashboard
Initialise a full dashboard on kibana
installation
npm install -g import-kibana-dashboard
CLI Usage
$ import-kibana-dashboard -h $ES_HOST -p $ES_PORT -c theDashboardConfig.json
Programmatic usage
const importKibanaDashboard = require('import-kibana-dashboard')
importKibanaDashboard({
host: 'es-host', // default localhost
port: 'es-port', // default 9200
config: '/some/config/path.json' // defaults to a path pointing to a config stored in this module
})
License
Apache-2.0