Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lukaszkorecki/kibana-to-deb
- Owner: lukaszkorecki
- Created: 2015-11-22T10:01:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-23T10:42:11.000Z (almost 9 years ago)
- Last Synced: 2024-10-04T18:21:09.089Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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