Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F887760
fluent-plugin-udp-native-sensors.gemspec
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, Aug 10, 5:05 AM
Size
1 KB
Mime Type
text/plain
Expires
Tue, Aug 12, 5:05 AM (7 h, 44 m)
Engine
blob
Format
Raw Data
Handle
246390
Attached To
R89 fluent-plugin-udp-native-sensors
fluent-plugin-udp-native-sensors.gemspec
View Options
# -*- 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