import-kibana-dashboard

1.1.0 • Public • Published

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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i import-kibana-dashboard

    Weekly Downloads

    3

    Version

    1.1.0

    License

    Apache-2.0

    Last publish

    Collaborators

    • thekemkid