GithubHelp home page GithubHelp logo

isabella232 / generator-kibana-plugin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from elastic/generator-kibana-plugin

0.0 0.0 0.0 98 KB

DEPRECATED Yeoman Generator for Kibana Plugins, please use https://github.com/elastic/template-kibana-plugin/

License: Apache License 2.0

JavaScript 96.25% CSS 0.30% HTML 3.45%

generator-kibana-plugin's Introduction

Kibana Plugin Yeoman Generator

Apache License Package Deprecated

DEPRECATION NOTICE: This package is being deprecated in favor of template-kibana-plugin


This project is a Yeoman generator for bootstrapping a Kibana Plugin. It creates a basic hello world Kibana plugin with all the elements in place so you can easily get started with creating your first Kibana plugin.

Compatibility

Generator Version Min Kibana Version Max Kibana Version
^7.0.0 5.5.0 master
^6.2.0 5.0.0 5.4.x

Getting Started

  1. Setup your Kibana development enviroment

  2. Create a directory for your plugin that is right next to your Kibana directory.

  • The Kibana directory must be named kibana

  • kibana and your plugin directory must be siblings

    ls ~/wherever/you/store/your/code
      kibana # <- where you store the Kibana development environment
      my-new-plugin # <- your plugin directory
  1. Double check that your Node.js version matches Kibana's .node-version file
node --version

HINT: If you install nvm and avn then you can create your own .node-version file and avn will switch to it automatically!

  1. Install Yeoman and the Kibana plugin generator
npm install -g yo generator-kibana-plugin
  1. Run the generator inside your plugin directory
cd my-new-plugin
yo kibana-plugin
  1. Get the URL for your Elasticsearch installation (most commonly http://localhost:9200)

  2. Start Kibana in development mode with your new plugin included

npm start -- --elasticsearch.url 'http://localhost:9200'

# passing the elasticsearch.url here is to demonstrate how arguments can
# be passed to kibana with `npm start` but is not actually necessary if
# you are running elasticsearch locally
  1. Visit http://localhost:5601

Options

Run the generator with the --help flag for up-to-date option docs.

yo kibana-plugin --help

Development Tasks

  • npm start

    Start kibana and have it include this plugin

  • npm start -- --config kibana.yml

    You can pass any argument that you would normally send to bin/kibana by putting them after -- when running npm start

  • npm run build

    Build a distributable archive

  • npm run test:browser

    Run the browser tests in a real web browser

  • npm run test:server

    Run the server tests using mocha

For more information about any of these commands run npm run ${task} -- --help.

generator-kibana-plugin's People

Contributors

hickeyma avatar kimjoar avatar meganwalker-ibm avatar pickypg avatar rashidkpc avatar simianhacker avatar spalger avatar w33ble avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.