質問編集履歴
4
質問内容の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -98,21 +98,17 @@
|
|
98
98
|
|
99
99
|
起動ログに
|
100
100
|
|
101
|
-
`
|
101
|
+
`2019-07-11 04:31:11 +0000 [warn]: section <buffer> is not used in <match api.**>
|
102
102
|
|
103
|
-
2019-07-11 04:31:11 +0000 [warn]: section <buffer> is not used in <match api.**>
|
103
|
+
2019-07-11 04:31:11 +0000 [warn]: section <buffer> is not used in <match api.**>`
|
104
|
-
|
105
|
-
2019-07-11 04:31:11 +0000 [warn]: section <buffer> is not used in <match api.**>
|
106
|
-
|
107
|
-
`
|
108
104
|
|
109
105
|
というのがでてしまいます
|
110
106
|
|
107
|
+
(2回でるのもよくわかりません)
|
111
108
|
|
112
109
|
|
113
110
|
|
114
|
-
|
111
|
+
そもそも forest というジェムが何をしているかもよくわかってないのですが
|
115
|
-
|
116
112
|
|
117
113
|
どのようにかけば最新バージョンで同様の処理が実現できるのでしょうか
|
118
114
|
|
3
質問内容の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,19 +12,19 @@
|
|
12
12
|
|
13
13
|
この記事を参考に
|
14
14
|
|
15
|
+
```
|
16
|
+
|
15
17
|
td-agent-gem install fluent-plugin-forest --no-rdoc --no-ri
|
18
|
+
|
19
|
+
```
|
16
20
|
|
17
21
|
を実行したところ
|
18
22
|
|
19
23
|
|
20
24
|
|
21
|
-
`
|
25
|
+
`ERROR: Could not find a valid gem 'fluent-plugin-forest' (>= 0), here is why:
|
22
26
|
|
23
|
-
ERROR: Could not find a valid gem 'fluent-plugin-forest' (>= 0), here is why:
|
24
|
-
|
25
|
-
Unable to download data from https://rubygems.org/ - timed out (https://api.rubygems.org/specs.4.8.gz)
|
27
|
+
Unable to download data from https://rubygems.org/ - timed out (https://api.rubygems.org/specs.4.8.gz)`
|
26
|
-
|
27
|
-
`
|
28
28
|
|
29
29
|
となってインストールできません
|
30
30
|
|
2
質問内容の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -132,6 +132,10 @@
|
|
132
132
|
|
133
133
|
|
134
134
|
|
135
|
+
check_apikey_on_start false
|
136
|
+
|
137
|
+
|
138
|
+
|
135
139
|
# flush_interval 10m
|
136
140
|
|
137
141
|
retry_wait 10s
|
1
質問内容の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -52,7 +52,7 @@
|
|
52
52
|
|
53
53
|
|
54
54
|
|
55
|
-
s3_bucket
|
55
|
+
s3_bucket api.serverlog.staging
|
56
56
|
|
57
57
|
s3_region ap-northeast-1
|
58
58
|
|