fluent-plugin-splunkapi-ssln 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)
3
3
 
4
4
  Gem::Specification.new do |gem|
5
5
  gem.name = "fluent-plugin-splunkapi-ssln"
6
- gem.version = "0.0.1"
6
+ gem.version = "0.0.2"
7
7
  gem.authors = ["Kristian Brimble"]
8
8
  gem.email = ["kbrimble@sportingsolutions,com"]
9
9
  gem.summary = %q{Splunk output plugin (REST API / Storm API) for Fluentd event collector}
@@ -24,7 +24,7 @@
24
24
  module Fluent
25
25
 
26
26
  class SplunkAPIOutput < BufferedOutput
27
- Plugin.register_output('splunkapi', self)
27
+ Plugin.register_output('splunkapi-ssln', self)
28
28
 
29
29
  config_param :protocol, :string, :default => 'rest'
30
30
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-splunkapi-ssln
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: