# import-kibana-dashboard

> Script to create the kibana dashboard needed

Latest version **1.1.0** (published 2017-07-19) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install import-kibana-dashboard
pnpm add import-kibana-dashboard
yarn add import-kibana-dashboard
bun add import-kibana-dashboard
```

Provides the command `import-kibana-dashboard`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2017-07-19 |
| First published | 2017-07-18 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Glen Keane |
| Maintainers | thekemkid |
| Keywords | stats, kibana, dashboard |

## Links

- npm: https://www.npmjs.com/package/import-kibana-dashboard
- Repository: https://github.com/nearform/import-kibana-dashboard
- Homepage: https://github.com/nearform/import-kibana-dashboard#readme
- Issues: https://github.com/nearform/import-kibana-dashboard/issues
- npm.io page: https://npm.io/package/import-kibana-dashboard

## Dependencies (2)

- [minimist](https://npm.io/package/minimist.md) ^1.2.0
- [elasticsearch](https://npm.io/package/elasticsearch.md) ^13.2.0

## Recent versions

- 1.1.0 (latest) — 2017-07-19
- 1.0.2 — 2017-07-18
- 1.0.1 — 2017-07-18
- 1.0.0 — 2017-07-18

## 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

```js
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

---
_Source: https://npm.io/package/import-kibana-dashboard · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
