Giter VIP home page Giter VIP logo

kibana-pivot-table's Introduction

Pivot Table Plugin for Kibana 5

A visualization plugin for kibana 5.x .

Pivot tables are interactive tables that allow the user to group and summarize large amounts of data in a concise.

Basically a wrapper of Nicolas Kruchten's Pivot Table.

image

Feature

  • drag and drop UI
  • filtering
  • charts

Installation

cd YOUR DOWNLOAD-DIRECTORY
wget https://github.com/datavoyagerhk/kibana-pivot-table/releases/download/v0.1.0/pivot_table-v0.1.0.zip
$KIBANA_HOME/bin/kibana-plugin install file:///YOUR-DOWNLOAD-DIRECTORY/pivot_table-v0.1.0.zip

example for Kibana installed with RPM on CentOS

wget https://github.com/datavoyagerhk/kibana-pivot-table/releases/download/v0.1.0/pivot_table-v0.1.0.zip
/usr/share/bin/kibana-plugin install file:///tmp/pivot_table-v0.1.0.zip

development

Setting up development environment

  1. See the kibana contributing guide for instructions setting up your development environment. Once you have completed that, use the following npm 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.

  1. Clone this repository to the plugins folder of kibana.

  2. Modify the contents of the config.json file to point to a local Kibana installation directory.

Coding guidelines

Please also see wiki of Nicolas Kruchten's Pivot Table.

Building a package

  1. First go to the directory of the plugin

    cd $KIBANA_HOME/plugins/pivot_table
    
  2. Modify the contents of package.json

    change the 'kibana' and '@elastic/plugin-helpers' version to the version of kibana you want to deploy.

  3. Then create bundled zip file

    npm run build
    

The bundled zip file will locate in: cd $KIBANA_HOME/kibana/plugins/pivot_table/build

kibana-pivot-table's People

Contributors

ewvann avatar vivtony00 avatar vannesachan avatar varunsharma27 avatar

Watchers

James Cloos 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.