fluent-plugin-ironio 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/fluent-plugin-ironio.gemspec +1 -1
- data/lib/fluent/plugin/in_ironio.rb +1 -1
- metadata +1 -2
- data/notes +0 -15
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 650511045a1c534fdf5629c31ae555e2ac5f567c
|
|
4
|
+
data.tar.gz: ad67f42fad073718463c0a73fed7c31cb1406f93
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3135bfe4332cabc0706d419c32221cc8a5172ffc1f60945f934b0c2b99a185186f7626ad146bdcc2114d717c008ef3e381160ac201b1227d18847dac191c7d41
|
|
7
|
+
data.tar.gz: 106910b52034c8aa7c858b9e0f79a7486a43462480bf06f9b0184b3fc7c867c738c9cf16714fd78d4048602445731607e02e777b120c93913ddcf36f20c46103
|
|
@@ -86,7 +86,7 @@ module Fluent
|
|
|
86
86
|
#tag = @tag
|
|
87
87
|
timestamp = Engine.now # Should be received_time_input
|
|
88
88
|
|
|
89
|
-
jsonhtmlencodedraw['
|
|
89
|
+
jsonhtmlencodedraw['receive_time_input']=timestamp.to_s
|
|
90
90
|
jsonhtmlencodedraw['event_type']=@tag.to_s
|
|
91
91
|
jsonhtmlencodedraw['intermediary_source']=jsonhtmlencodedraw['alert_url']
|
|
92
92
|
#jsonhtmlencodedraw.each do |key, value|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-ironio
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- chandrashekar Tippur
|
|
@@ -103,7 +103,6 @@ files:
|
|
|
103
103
|
- create_fluentd_str
|
|
104
104
|
- fluent-plugin-ironio.gemspec
|
|
105
105
|
- lib/fluent/plugin/in_ironio.rb
|
|
106
|
-
- notes
|
|
107
106
|
- sample/snmp.conf.sample
|
|
108
107
|
- test/helper.rb
|
|
109
108
|
- test/plugin/test_in_ironio.rb
|
data/notes
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
mkdir fluent-plugin-ironio
|
|
2
|
-
cd fluent-plugin-ironio
|
|
3
|
-
git init
|
|
4
|
-
touch README
|
|
5
|
-
git add README
|
|
6
|
-
git commit -m 'first commit'
|
|
7
|
-
git remote add origin git@gitlab.corp.intuit.net:ioc-tools/fluent-plugin-ironio.git
|
|
8
|
-
git push -u origin master
|
|
9
|
-
|
|
10
|
-
echo "# fluent-plugin-ironio" >> README.md
|
|
11
|
-
git init
|
|
12
|
-
git add README.md
|
|
13
|
-
git commit -m "first commit"
|
|
14
|
-
git remote add origin git@github.com:ctippur/fluent-plugin-ironio.git
|
|
15
|
-
git push -u origin master
|