0.0.11 • Published 5 years ago

@lastcall/kibana-code-deployer v0.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

Kibana-Code-Deployer

This package is a command-line tool that can be used to import and export saved Kibana objects to JSON files in a local directory. These JSON files can be committed to version control.

Usage

You can install this project using a simple command:

npm i @lastcall/kibana-code-deployer

Once you have it installed, create a configuration file in your project root (kcd.json). The config file will contain information about your Kibana installation, as well as a local directory that will be used to store exported objects.

# kcd.json
{
  "kibana": {
    "url": "THE_URL_TO_KIBANA"
  },
  "directory": "LOCAL_DIRECTORY_TO_PUT_EXPORTS_IN",
}

Now you're ready to rock! To see what would be exported by KCD, run the following command:

node_modules/.bin/kcd compare

To export those objects from you Kibana instance to your local directory, run:

node_modules/.bin/kcd export-all

To import those same objects from your local directory to your Kibana instance, run:

node_modules/.bin/kcd import-all
0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago