Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 401212 Details for
Bug 447192
app-admin/logstash - a tool for managing events and logs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
logstash-bin-1.4.2.ebuild
logstash-bin-1.4.2.ebuild (text/plain), 1.15 KB, created by
Tomáš Mózes
on 2015-04-14 09:40:49 UTC
(
hide
)
Description:
logstash-bin-1.4.2.ebuild
Filename:
MIME Type:
Creator:
Tomáš Mózes
Created:
2015-04-14 09:40:49 UTC
Size:
1.15 KB
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=5 > >MY_PN="${PN/-bin}" >MY_P="${MY_PN}-${PV}" > >DESCRIPTION="Tool for managing events and logs" >HOMEPAGE="http://www.logstash.net" >SRC_URI="https://download.elasticsearch.org/${MY_PN}/${MY_PN}/${MY_P}.tar.gz" > >LICENSE="Apache-2.0" >SLOT="0" >KEYWORDS="~amd64" >IUSE="" > >DEPEND="" >RDEPEND="virtual/jre:*" > >S="${WORKDIR}/${MY_P}" > >src_install() { > keepdir /etc/"${MY_PN}"/{conf.d,patterns,plugins} > keepdir "/var/log/${MY_PN}" > > insinto "/etc/${MY_PN}/conf.d" > doins "${FILESDIR}/agent.conf.sample" > > insinto "/opt/${MY_PN}" > doins -r . > fperms 0755 "/opt/${MY_PN}/bin/${MY_PN}" > > insinto /etc/logrotate.d > doins "${FILESDIR}/${MY_PN}.logrotate" > > newconfd "${FILESDIR}/${MY_PN}.confd" "${MY_PN}" > newinitd "${FILESDIR}/${MY_PN}.initd" "${MY_PN}" >} > >pkg_postinst() { > einfo "Getting started with logstash:" > einfo " http://www.logstash.net/docs/${PV}/tutorials/getting-started-with-logstash" > einfo "" > einfo "Packages that might be interesting:" > einfo " app-misc/elasticsearch" > einfo " dev-python/elasticsearch-curator" > einfo " www-apps/kibana-bin" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 447192
: 401212 |
401214
|
401216
|
401218
|
401220