GithubHelp home page GithubHelp logo

albertinisg / kidash Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 22 KB

Kidash handle dashboards, visualizations, searches and index-patterns from Kibana

License: GNU General Public License v3.0

Python 100.00%

kidash's Introduction

Kidash

Kidash handle dashboards, visualizations, searches and index-patterns from Kibana. All the queries are launched against an ElasticSearch and the default index .kibana.

Usage

usage: kidash [-g] <action> [<args>] | --help

Import, export and delete dashboards, visualizations, searches and index patterns
from Kibana.

Available actions:

    import           Import elements from a given JSON file (Kibana format)
    export           Export elements from Kibana
    delete           Delete elements based on queries and using Bulk actions

optional arguments:
  -h, --help            show this help message and exit
  -g, --debug           set debug mode on

Run 'kidash <action> --help' to get information about a specific action type.

Requirements

  • elasticsearch>=2.4.0

Installation

Kidash installation is available from the source code.

To install it, you will need to clone the repository first:

$ git clone https://github.com/albertinisg/kidash.git

Then navigate into the repository and run the following commands:

$ pip3 install -r requirements.txt
$ python3 setup.py install

Examples

import

kidash import 'https://user:[email protected]/data' git-organizations-projects.json

export

kidash export 'https://user:[email protected]/data' dashboards-kib/twitter.json -t dashboard -f all

delete

kidash delete 'https://user:[email protected]/data' -t index-pattern -f all

License

Licensed under GNU General Public License (GPL), version 3 or later.

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.