forked from logstash-plugins/logstash-output-monasca_log_api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Bug 12062] - Obscuring plugin details
- overridden two methods that were producing config options to be printed in logs Change-Id: I1ce3cdf7d80e62c8c1da21fc46679e6a91ae49f6
- Loading branch information
Tomasz Trębski
committed
Sep 21, 2015
1 parent
04ef470
commit 64d3d8f
Showing
2 changed files
with
32 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
Gem::Specification.new do |s| | ||
s.name = 'logstash-output-monasca_log_api' | ||
s.version = '0.3' | ||
s.version = '0.3.1' | ||
s.licenses = ['Apache License 2.0'] | ||
s.summary = 'This gem is a logstash output plugin to connect via http to monasca-log-api.' | ||
s.description = 'This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program' | ||
s.authors = ['Fujitsu Enabling Software Technology GmbH'] | ||
s.email = '[email protected]' | ||
s.email = '[email protected],[email protected]' | ||
s.require_paths = ['lib'] | ||
s.homepage = 'https://github.com/FujitsuEnablingSoftwareTechnologyGmbH/logstash-output-monasca_api' | ||
|
||
# Files | ||
s.files = `git ls-files`.split($\) | ||
|