質問編集履歴
4
質問内容の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -48,14 +48,12 @@
|
|
48
48
|
</match>
|
49
49
|
```
|
50
50
|
起動ログに
|
51
|
-
`
|
52
|
-
2019-07-11 04:31:11 +0000 [warn]: section <buffer> is not used in <match api.**>
|
51
|
+
`2019-07-11 04:31:11 +0000 [warn]: section <buffer> is not used in <match api.**>
|
53
|
-
2019-07-11 04:31:11 +0000 [warn]: section <buffer> is not used in <match api.**>
|
52
|
+
2019-07-11 04:31:11 +0000 [warn]: section <buffer> is not used in <match api.**>`
|
54
|
-
`
|
55
53
|
というのがでてしまいます
|
54
|
+
(2回でるのもよくわかりません)
|
56
55
|
|
57
|
-
|
56
|
+
そもそも forest というジェムが何をしているかもよくわかってないのですが
|
58
|
-
|
59
57
|
どのようにかけば最新バージョンで同様の処理が実現できるのでしょうか
|
60
58
|
|
61
59
|
|
3
質問内容の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,13 +5,13 @@
|
|
5
5
|
https://qiita.com/pman-taichi/items/24d05f40c8d292e6698c
|
6
6
|
|
7
7
|
この記事を参考に
|
8
|
+
```
|
8
9
|
td-agent-gem install fluent-plugin-forest --no-rdoc --no-ri
|
10
|
+
```
|
9
11
|
を実行したところ
|
10
12
|
|
11
|
-
`
|
12
|
-
ERROR: Could not find a valid gem 'fluent-plugin-forest' (>= 0), here is why:
|
13
|
+
`ERROR: Could not find a valid gem 'fluent-plugin-forest' (>= 0), here is why:
|
13
|
-
Unable to download data from https://rubygems.org/ - timed out (https://api.rubygems.org/specs.4.8.gz)
|
14
|
+
Unable to download data from https://rubygems.org/ - timed out (https://api.rubygems.org/specs.4.8.gz)`
|
14
|
-
`
|
15
15
|
となってインストールできません
|
16
16
|
|
17
17
|
http://innossh.hatenablog.com/entry/2018/02/28/211535
|
2
質問内容の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -65,6 +65,8 @@
|
|
65
65
|
```
|
66
66
|
@id api_match
|
67
67
|
|
68
|
+
check_apikey_on_start false
|
69
|
+
|
68
70
|
# flush_interval 10m
|
69
71
|
retry_wait 10s
|
70
72
|
retry_limit 3
|
1
質問内容の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -25,7 +25,7 @@
|
|
25
25
|
<instance_profile_credentials>
|
26
26
|
</instance_profile_credentials>
|
27
27
|
|
28
|
-
s3_bucket
|
28
|
+
s3_bucket api.serverlog.staging
|
29
29
|
s3_region ap-northeast-1
|
30
30
|
check_apikey_on_start false
|
31
31
|
|