npm.io
1.1.0 • Published 9 years agoCLI

import-kibana-dashboard

Licence
Apache-2.0
Version
1.1.0
Deps
2
Vulns
0
Weekly
0
Stars
4

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

Keywords