Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1615723
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Mar 22, 3:10 AM
Size
1 KB
Mime Type
text/x-diff
Expires
Tue, Mar 24, 3:10 AM (15 h, 33 m)
Engine
blob
Format
Raw Data
Handle
354554
Attached To
R89 fluent-plugin-udp-native-sensors
View Options
diff --git a/fluent-plugin-udp-native-sensors.gemspec b/fluent-plugin-udp-native-sensors.gemspec
index 83d119a..4547bd2 100644
--- a/fluent-plugin-udp-native-sensors.gemspec
+++ b/fluent-plugin-udp-native-sensors.gemspec
@@ -1,23 +1,24 @@
# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
Gem::Specification.new do |s|
s.name = "fluent-plugin-udp-native-sensors"
s.version = '0.0.1'
s.authors = ["Vijay Kumar gadde"]
s.email = ["vijaygadde@gmail.com"]
s.description = %q{Input plugin for Fluentd for Juniper devices telemetry data streaming native sensor data in UDP }
s.summary = %q{Input plugin for Fluentd for Juniper devices telemetry data streaming native sensor data in UDP}
s.homepage = "https://git.juniper.net/vijaygadde/fluent-plugin-udp-native-sensors"
s.license = 'Apache 2.0'
s.files = Dir['lib/fluent/plugin/parser*.rb', 'lib/*.rb', 'lib/google/protobuf/*.rb' ]
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.require_paths = %w(lib)
s.add_runtime_dependency "fluentd", ">= 0.12.29"
s.add_runtime_dependency "protobuf"
s.add_development_dependency "rake"
+ s.add_runtime_dependency "fluent-plugin-rewrite-tag-filter"
end
Event Timeline
Log In to Comment