fluent-plugin-festival 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/README.md +1 -0
- data/docs/tutorial.md +3 -2
- data/fluent-plugin-festival.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d5c1e3d242c010ee823e858117bb2da6b3ea39c8
|
|
4
|
+
data.tar.gz: 3312a4df58ff87953ae05f435d497d9d83e8463d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b1846ac7d13723e084f3cc29ab4a96ba28c8001cf624fa06fb6a6d9f2e5ebc748900cacbf91120b8b55f9331611c80cd865163e67c245e99aa7f470b317346b
|
|
7
|
+
data.tar.gz: c6d592339f4f57927c03c2919a9efbdc59b14bce99bf6f3ea4f0c8863cd2eb3d6085673b65041635f9f25fabf3519ef91c9b4cda54e49d76697e618e6408c3fa
|
data/README.md
CHANGED
data/docs/tutorial.md
CHANGED
|
@@ -19,7 +19,7 @@ Create a sample configuration file as follows. You need to change festival_porta
|
|
|
19
19
|
<source>
|
|
20
20
|
@type festival
|
|
21
21
|
tag test1
|
|
22
|
-
|
|
22
|
+
email festival_portal_registered_email_address
|
|
23
23
|
password festival_portal_password
|
|
24
24
|
polling_interval 30
|
|
25
25
|
<resource>
|
|
@@ -33,7 +33,7 @@ Create a sample configuration file as follows. You need to change festival_porta
|
|
|
33
33
|
<source>
|
|
34
34
|
@type festival
|
|
35
35
|
tag test2
|
|
36
|
-
|
|
36
|
+
email festival_portal_registered_email_address
|
|
37
37
|
password festival_portal_password
|
|
38
38
|
polling_interval 180
|
|
39
39
|
<resource>
|
|
@@ -47,6 +47,7 @@ Create a sample configuration file as follows. You need to change festival_porta
|
|
|
47
47
|
---
|
|
48
48
|
```
|
|
49
49
|
|
|
50
|
+
You sould not include "current_data" in the resource path.
|
|
50
51
|
|
|
51
52
|
## Start fluentd with debug mode
|
|
52
53
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-festival
|
|
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
|
- Toyokazu Akiyama
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-04-
|
|
11
|
+
date: 2017-04-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fluentd
|