Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukaszkorecki/kibana-to-deb

Tiny script to package Kibana 4.2.x for Ubuntu/Debian
https://github.com/lukaszkorecki/kibana-to-deb

Last synced: 14 days ago
JSON representation

Tiny script to package Kibana 4.2.x for Ubuntu/Debian

Awesome Lists containing this project

README

        

# debify kibana

Normally kibana is distributed as a download, so it's not that easy to
set it up in an automated fashion.

By leveraging [pkgr](https://github.com/crohr/pkgr/) and some bash creating
and installable Debian + upstar package takes no less than 15s.

Once it's done you can push it to your own APT repo or simply host it on S3
(or equivalent) and simplify kibana installation in your own environment.

# Dependencies

- curl, tar, mv
- pkgr (and whatever pkgr requires)

# How to

`KIBANA_VERSION=4.2.0 ./debify.sh` (4.2.1 is the default)

# TODO

- add `.pkgr.yml` to remove dependencies
- add a way of configuring kibana, atm it uses defaults

### License

GPL