From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/filebeat-bin/, app-admin/filebeat-bin/files/
Date: Wed, 9 Dec 2015 08:18:29 +0000 (UTC) [thread overview]
Message-ID: <1449498427.bae0c59491f65eb518201b3ddec7a88d179cc830.idella4@gentoo> (raw)
commit: bae0c59491f65eb518201b3ddec7a88d179cc830
Author: Tomas Mozes <tmozes <AT> sygic <DOT> com>
AuthorDate: Mon Dec 7 14:27:07 2015 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Mon Dec 7 14:27:07 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae0c594
app-admin/filebeat-bin: use bundled example config
app-admin/filebeat-bin/filebeat-bin-1.0.0.ebuild | 6 +++---
app-admin/filebeat-bin/files/filebeat.yml.example | 14 --------------
2 files changed, 3 insertions(+), 17 deletions(-)
diff --git a/app-admin/filebeat-bin/filebeat-bin-1.0.0.ebuild b/app-admin/filebeat-bin/filebeat-bin-1.0.0.ebuild
index 9d51925..a6d18e4 100644
--- a/app-admin/filebeat-bin/filebeat-bin-1.0.0.ebuild
+++ b/app-admin/filebeat-bin/filebeat-bin-1.0.0.ebuild
@@ -36,12 +36,12 @@ src_install() {
fperms 0750 /var/lib/${MY_PN}
- insinto /etc/${MY_PN}
- doins "${FILESDIR}/filebeat.yml.example"
-
newconfd "${FILESDIR}/${MY_PN}.confd" ${MY_PN}
newinitd "${FILESDIR}/${MY_PN}.initd" ${MY_PN}
+ insinto /etc/${MY_PN}
+ newins ${MY_PN}.yml ${MY_PN}.yml.example
+
dobin ${MY_PN}
}
diff --git a/app-admin/filebeat-bin/files/filebeat.yml.example b/app-admin/filebeat-bin/files/filebeat.yml.example
deleted file mode 100644
index 06c599c..0000000
--- a/app-admin/filebeat-bin/files/filebeat.yml.example
+++ /dev/null
@@ -1,14 +0,0 @@
-filebeat:
- prospectors:
- -
- paths:
- - /var/log/*.log
- - /var/log/debug
- - /var/log/messages
- - /var/log/syslog
- input_type: log
-
-output:
- elasticsearch:
- hosts: ["localhost:9200"]
- index: "logstash"
next reply other threads:[~2015-12-09 8:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-09 8:18 Ian Delaney [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-12-09 8:18 [gentoo-commits] repo/gentoo:master commit in: app-admin/filebeat-bin/, app-admin/filebeat-bin/files/ Ian Delaney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1449498427.bae0c59491f65eb518201b3ddec7a88d179cc830.idella4@gentoo \
--to=idella4@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox