Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 469070 - [ebuild request] www-apps/kibana-0.2.0
Summary: [ebuild request] www-apps/kibana-0.2.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: http://kibana.org/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2013-05-08 14:39 UTC by Pavlos Ratis (RETIRED)
Modified: 2016-08-10 16:36 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
kibana-bin-4.0.0_rc1.ebuild (kibana-bin-4.0.0_rc1.ebuild,788 bytes, text/plain)
2015-02-19 12:10 UTC, Tomáš Mózes
Details
kibana.initd (kibana.initd,698 bytes, text/plain)
2015-02-19 12:10 UTC, Tomáš Mózes
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavlos Ratis (RETIRED) Gentoo Infrastructure gentoo-dev 2013-05-08 14:39:59 UTC
Kibana is a user friendly way to view, search and visualize your log data.
Comment 1 Tomáš Mózes 2014-05-23 13:37:29 UTC
kibana-3.1.0.ebuild (tested on amd64)

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI="5"

inherit webapp

DESCRIPTION="visualize logs and time-stamped data"
HOMEPAGE="http://www.elasticsearch.org/overview/kibana/"
SRC_URI="https://download.elasticsearch.org/${PN}/${PN}/${P}.tar.gz"

LICENSE="Apache-2.0"
KEYWORDS="~amd64"

RDEPEND="virtual/httpd-basic"

src_install() {
        webapp_src_preinst
        
        insinto "${MY_HTDOCSDIR}"
        doins -r .

        webapp_configfile  "${MY_HTDOCSDIR}"/config.js
        webapp_src_install
}
Comment 2 Tomáš Mózes 2014-05-23 13:38:37 UTC
https://github.com/elasticsearch/kibana

Kibana 3 is a completely new version of Kibana written entirely in HTML and Javascript. You can find the Kibana 2 repository at https://github.com/rashidkpc/Kibana
Comment 3 Manuel Rüger (RETIRED) gentoo-dev 2014-05-23 15:58:07 UTC
Removing ruby then. :)
Comment 4 Tomáš Mózes 2015-02-19 12:10:07 UTC
Created attachment 396942 [details]
kibana-bin-4.0.0_rc1.ebuild
Comment 5 Tomáš Mózes 2015-02-19 12:10:22 UTC
Created attachment 396944 [details]
kibana.initd
Comment 6 Tomáš Mózes 2015-02-19 12:11:20 UTC
Kibana 4 is rc1 now, it's rewritten in nodejs.
Comment 7 Patrick Lauer gentoo-dev 2016-08-10 16:36:11 UTC
We have www-apps/kibana-bin in tree since a while