rabbit-slide-ashie-osc2022-online-spring-fluentd 2022.03.12.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 538568390e437f4a6cff461d996256433316b9b5108e2b1c23c141277912e77e
4
+ data.tar.gz: 0be0706184ef1ebc29f1d8f4f8b63c8cf61d4370b26fbdb17da92d47044b359c
5
+ SHA512:
6
+ metadata.gz: 31e5a0a6887b779b3b6c462c63e6f7caf327a672464c2685a430f780eb9a736a2422ac4a0f781e88b5ac2f24ddf71d5197cdfcbceb2aad55ba0e459c9382e501
7
+ data.tar.gz: 6ebfeeb9ad9db9f516efde6cd898e1e952bb01ef592231c4b0ca2a2d1aecff4b9ccbd2d0ff3720a752a196a413ec2f45888a3fc11ad08e46b838c0da8619cb1a
data/.rabbit ADDED
@@ -0,0 +1 @@
1
+ --size=1024,768 fluentd.md
data/README.md ADDED
@@ -0,0 +1,16 @@
1
+ # OSC 2022 Online Spring Fluentd
2
+
3
+ This is private repository.
4
+
5
+ ## How to show
6
+
7
+ % rabbit
8
+
9
+ ## How to install
10
+
11
+ % gem install rabbit-slide-ashie-osc2022-online-spring-fluentd
12
+
13
+ ## How to create PDF
14
+
15
+ % rake pdf
16
+
data/Rakefile ADDED
@@ -0,0 +1,17 @@
1
+ require "rabbit/task/slide"
2
+
3
+ # Edit ./config.yaml to customize meta data
4
+
5
+ spec = nil
6
+ Rabbit::Task::Slide.new do |task|
7
+ spec = task.spec
8
+ # spec.files += Dir.glob("doc/**/*.*")
9
+ # spec.files -= Dir.glob("private/**/*.*")
10
+ # spec.add_runtime_dependency("rabbit-theme-YOUR-THEME")
11
+ end
12
+
13
+ desc "Tag #{spec.version}"
14
+ task :tag do
15
+ sh("git", "tag", "-a", spec.version.to_s, "-m", "Publish #{spec.version}")
16
+ sh("git", "push", "--tags")
17
+ end
data/config.yaml ADDED
@@ -0,0 +1,25 @@
1
+ ---
2
+ id: osc2022-online-spring-fluentd
3
+ base_name: fluentd
4
+ tags:
5
+ - rabbit
6
+ - fluentd
7
+ - osc2022
8
+ presentation_date: 2022-03-12
9
+ presentation_start_time:
10
+ presentation_end_time:
11
+ slideshare_id:
12
+ version: 2022.03.12.1
13
+ licenses:
14
+ - CC-BY-SA-4.0
15
+ slideshare_id: ashie
16
+ speaker_deck_id:
17
+ vimeo_id:
18
+ youtube_id:
19
+ author:
20
+ markup_language: :md
21
+ name: Takuro Ashie
22
+ email: takuro.ashie@gmail.com
23
+ rubygems_user: ashie
24
+ slideshare_user:
25
+ speaker_deck_user:
data/fluentd.md ADDED
@@ -0,0 +1,316 @@
1
+ # Fluentdの最新情報
2
+
3
+ subtitle
4
+ : 主にプロジェクト運営について
5
+
6
+ author
7
+ : Takuro Ashie
8
+
9
+ content-source
10
+ : OSC2022 Online/Spring
11
+
12
+ allotted-time
13
+ : 20m
14
+
15
+ theme
16
+ : .
17
+
18
+ # 今日お話すること
19
+
20
+ * Fluentdのプロジェクト体制
21
+ * 開発方針
22
+ * 最近のリリース情報
23
+ * 最新情報の入手・開発参加方法
24
+ * Fluentdの今後
25
+
26
+ # 私
27
+
28
+ * GitHub: @ashie
29
+ * 2000年頃〜
30
+ * 自由なソフトウェアの開発
31
+ {::note}GNU/Linux用日本語入力開発お手伝い{:/note}
32
+ {::note}GeckoベースのWebブラウザ...{:/note}
33
+ * 2019年〜 Fluentd開発参加
34
+
35
+ # 今日お話すること
36
+
37
+ * **Fluentdのプロジェクト体制**
38
+ * 開発方針
39
+ * 最近のリリース情報
40
+ * 最新情報の入手・開発参加方法
41
+ * Fluentdの今後
42
+
43
+ # Fluentdプロジェクト体制
44
+
45
+ * CNCF認定プロジェクト
46
+ * 現在も傘下プロジェクト
47
+ {::note}https://www.cncf.io/projects/fluentd/{:/note}
48
+ * "`Graduated`" は成熟度を表す言葉
49
+ * 開発体制はオープン
50
+ * GitHub上で複数企業・個人が開発
51
+
52
+ # 2020年までの開発体制
53
+
54
+ 2020年のFluentdコミット数
55
+
56
+ * 総数: 586
57
+ * Treasure Data: 403
58
+ * クリアコード: 142
59
+ * 残りは様々な企業・個人
60
+
61
+ # 直近の開発体制
62
+
63
+ 2021年のFluentdコミット数
64
+
65
+ * 総数: 463
66
+ * クリアコード: 301
67
+ * Calyptia: 85
68
+ * Treasure Data: 17
69
+ * 残りは様々な企業・個人
70
+
71
+ # 端的に言うと
72
+
73
+ * 開発体制が変わりました!
74
+
75
+ # 開発体制の引き継ぎ
76
+
77
+ * 〜2021年2月
78
+ * @repeatedly氏が長らく開発リード
79
+ * 2021年3月〜
80
+ * リリース担当変更
81
+ * @repeatedly氏は引き続きメンバー
82
+ * 適宜アドバイス頂く
83
+
84
+ # 今日お話すること
85
+
86
+ * ~~Fluentdのプロジェクト体制~~
87
+ * **開発方針**
88
+ * 最近のリリース情報
89
+ * 最新情報の入手・開発参加方法
90
+ * Fluentdの今後
91
+
92
+ # 開発方針
93
+
94
+ 昨年は以下を重要視
95
+
96
+ * メンテナンスの継続
97
+ * 属人性の解消
98
+
99
+ {::note}体制が変わった直後のため・前半のお話の動機はここから{:/note}
100
+
101
+ # メンテナンスの継続
102
+
103
+ * issue・プルリクエストに対応
104
+ {::note}貢献者のやる気を削がない{:/note}
105
+ * CIの監視
106
+ {::note}黙っていてもソフトウェアは壊れていく{:/note}
107
+ * 定期的にリリース
108
+ {::note}開発リポジトリの中に引きこもらない{:/note}
109
+ * 新機能開発は控えめ
110
+
111
+ # 属人性の解消
112
+
113
+ * 複数人でリリース作業
114
+ * リリースの定式化
115
+ * リリースサイクル
116
+ * リリース手順
117
+
118
+ # リリースについて
119
+
120
+ Fluentdの配布形式
121
+
122
+ * gem
123
+ * Docker・k8s daemonset
124
+ * rpm/deb/msi/dmgパッケージ
125
+ * td-agent
126
+ * calyptia-fluentd
127
+
128
+ # Fluentd リリース方針
129
+
130
+ * 毎月29日頃
131
+ * 肉の日リリース(2月は9日)
132
+ * gemを最初にリリース
133
+ * Dockerイメージも追従してリリース
134
+ * td-agentは後述
135
+
136
+ # Fluentd バージョン指針
137
+
138
+ * teenyバージョンアップ
139
+ * バグフィックス・軽微な機能追加
140
+ * minorバージョンアップ
141
+ * 大きな機能追加・変更
142
+ * 判断基準は曖昧
143
+
144
+ # td-agentの開発
145
+
146
+ * td-agentもバザール開発
147
+ * fluent-package-builder
148
+ * {::note}https://github.com/fluent/fluent-package-builder/{:/note}
149
+ {::note}(旧名: td-agent-builder){:/note}
150
+ * {::note}Calyptiaからもプルリク{:/note}
151
+ * {::note}https://github.com/fluent/fluent-package-builder/pull/358{:/note}
152
+
153
+ # td-agent リリース方針
154
+
155
+ * td-agent
156
+ * 3〜4ヶ月毎にリリース
157
+ * その時点の最新のFluentdや各種gemをベースに調整
158
+ * Rubyのteenyリリースに追従
159
+
160
+ # td-agent バージョン指針
161
+
162
+ * minorバージョンアップ
163
+ * Fluentdのminorアップに追従
164
+ * majorバージョンアップ
165
+ * Fluentdのmajorアップ
166
+ * Rubyのminor or majorアップ
167
+ * ビルドシステムの変更
168
+
169
+ # 今日お話すること
170
+
171
+ * ~~Fluentdのプロジェクト体制~~
172
+ * ~~開発方針~~
173
+ * **最近のリリース情報**
174
+ * 最新情報の入手・開発参加方法
175
+ * Fluentdの今後
176
+
177
+ # 最近のリリース情報
178
+
179
+ 昨年のminorアップは3回
180
+
181
+ * 2021-01-05: v1.12.0
182
+ * 2021-05-29: v1.13.0
183
+ * 2021-08-30: v1.14.0
184
+
185
+ {::note}https://github.com/fluent/fluentd/blob/master/CHANGELOG.md{:/note}
186
+
187
+ # Fluentd v1.12
188
+
189
+ * in_tail: `follow_inode`の追加
190
+ * {::note}glob指定でもローテーションをいい感じに{:/note}
191
+ * in_tail: Linux capability
192
+ * {::note}https://www.clear-code.com/blog/2020/11/27.html{:/note}
193
+ * `fluent-ctl`コマンドの追加
194
+ * {::note}シグナルが無いWindowsでもコマンド送信{:/note}
195
+
196
+ # Fluentd v1.13
197
+
198
+ * in_tail: スロットリング機能
199
+ * {::note}大きなファイルは少しずつ読み込み{:/note}
200
+ * {::note}大きなファイル読み込み中もすぐに終了可に{:/note}
201
+ * ログローテーション設定
202
+ * {::note}`<system>`でも設定可能に{:/note}
203
+ * {::note}主にWindowsサービス用{:/note}
204
+
205
+ # Fluentd v1.14
206
+
207
+ * メトリクスの強化
208
+ * {::note}`enable_input_metrics`, `enable_size_metrics`{:/note}
209
+ * in_syslog: `send_keepalive_packet`
210
+ * 大きなレコードの取り扱い改善
211
+ * {::note}in_tail: `max_line_size`{:/note}
212
+ * {::note}BufferChunkOverflowErrorバグ修正{:/note}
213
+
214
+ # Fluentd v1.14.2
215
+
216
+ * CVE-2021-41186
217
+ * parser_apache2のReDoS脆弱性
218
+ * GitHub Security Labからの報告
219
+ * {::note}https://github.com/fluent/fluentd/security/advisories/GHSA-hwhf-64mh-r662{:/note}
220
+
221
+ # Fluentd 最新リリース
222
+
223
+ * 2022-02-09: v1.14.5
224
+ * in_http: x-ndjsonサポート
225
+ * Ruby 3.1での不具合修正
226
+ * out_forward
227
+ * TLS handshakeでの`connect_timeout`
228
+
229
+ # td-agent リリース情報
230
+
231
+ * td-agent 3系はEOL
232
+ * {::note}https://www.fluentd.org/blog/schedule-for-td-agent-3-eol{:/note}
233
+ * 最新はtd-agent 4.3.0
234
+ * {::note}https://www.fluentd.org/blog/td-agent-v4.3.0-has-been-released{:/note}
235
+ * fluentd 1.14.3
236
+
237
+ # 今日お話すること
238
+
239
+ * ~~Fluentdのプロジェクト体制~~
240
+ * ~~開発方針~~
241
+ * ~~最近のリリース情報~~
242
+ * **最新情報の入手・開発参加方法**
243
+ * Fluentdの今後
244
+
245
+ # 最新情報の入手方法
246
+
247
+ * fluentd.orgブログ記事
248
+ {::note}https://www.fluentd.org/blog/{:/note}
249
+ * Fluentd on GitHub
250
+ {::note}https://github.com/fluent/fluentd/blob/master/CHANGELOG.md{:/note}
251
+ {::note}https://github.com/fluent/fluentd/issues{:/note}
252
+ * td-agent on GitHub
253
+ {::note}https://github.com/fluent/fluent-package-builder/blob/master/CHANGELOG.md{:/note}
254
+ {::note}https://github.com/fluent/fluent-package-builder/issues{:/note}
255
+
256
+ # ディスカッションの場所
257
+
258
+ * GitHub Discussion(NEW!)
259
+ * {::note}https://github.com/fluent/fluentd/discussions{:/note}
260
+ * Slack
261
+ * {::note}https://launchpass.com/fluent-all{:/note}
262
+ * 以下は廃止予定(NEW!)
263
+ * {::note}https://groups.google.com/g/fluentd{:/note}
264
+ * {::note}https://discuss.fluentd.org/{:/note}
265
+
266
+ # 日本向けの課題
267
+
268
+ * 日本語での情報発信
269
+ * {::note}日本のユーザーに情報が届いているのか?{:/note}
270
+ * 日本語でバグ報告や議論
271
+ * {::note}日本からの開発参加が少ない印象{:/note}
272
+ * {::note}我々は日本のユーザーの要求を聞けているのか?{:/note}
273
+
274
+ # 今日お話すること
275
+
276
+ * ~~Fluentdのプロジェクト体制~~
277
+ * ~~開発方針~~
278
+ * ~~最近のリリース情報~~
279
+ * ~~最新情報の入手・開発参加方法~~
280
+ * **Fluentdの今後**
281
+
282
+ # Fluentdの今後
283
+
284
+ * リリース頻度の更なる定式化?
285
+ * teenyアップに機能追加は入れない
286
+ * 定期的なminorアップ
287
+ * LTS版の提供?
288
+
289
+ {::note}ジャストアイデアなので決定事項ではありません{:/note}
290
+
291
+ # Fluentd開発予定
292
+
293
+ * 当面はissue対応が中心
294
+ * {::note}安心して使えることが第一{:/note}
295
+ * {::note}数あるプラグイン・関連repoのメンテも必要{:/note}
296
+ * やりたいこと
297
+ * {::note}https://github.com/fluent/fluentd/wiki/Roadmap-and-Development-tasks#v2{:/note}
298
+ * アイデア・プルリク歓迎!
299
+
300
+ # td-agentの今後
301
+
302
+ * Ruby 3.1対応
303
+ * Windows版での不具合修正が必要
304
+ * 名前の変更?
305
+ * 「td-agent」-> 「fluentd」
306
+ * LTS版の提供?
307
+
308
+ # まとめ
309
+
310
+ * Fluentd開発体制変更
311
+ * メンテナンス継続
312
+ * 定期的にリリース
313
+ * 開発参加歓迎
314
+ * td-agent名前変わるかも
315
+
316
+ # ご清聴ありがとうございました!
data/theme.rb ADDED
@@ -0,0 +1,7 @@
1
+ @default_font = "Ubuntu"
2
+ @monospace_font = "Ubuntu"
3
+ # Use smaller title font size
4
+ @x_large_font_size = @x_large_font_size * 0.8
5
+ include_theme("lightning-clear-blue")
6
+ @slide_show_loop = true
7
+
metadata ADDED
@@ -0,0 +1,64 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rabbit-slide-ashie-osc2022-online-spring-fluentd
3
+ version: !ruby/object:Gem::Version
4
+ version: 2022.03.12.1
5
+ platform: ruby
6
+ authors:
7
+ - Takuro Ashie
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2022-03-15 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rabbit
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: 2.0.2
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: 2.0.2
27
+ description: This is private repository.
28
+ email:
29
+ - takuro.ashie@gmail.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - ".rabbit"
35
+ - README.md
36
+ - Rakefile
37
+ - config.yaml
38
+ - fluentd.md
39
+ - pdf/osc2022-online-spring-fluentd-fluentd.pdf
40
+ - theme.rb
41
+ homepage: https://slide.rabbit-shocker.org/authors/ashie/osc2022-online-spring-fluentd/
42
+ licenses:
43
+ - CC-BY-SA-4.0
44
+ metadata: {}
45
+ post_install_message:
46
+ rdoc_options: []
47
+ require_paths:
48
+ - lib
49
+ required_ruby_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ">="
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ required_rubygems_version: !ruby/object:Gem::Requirement
55
+ requirements:
56
+ - - ">="
57
+ - !ruby/object:Gem::Version
58
+ version: '0'
59
+ requirements: []
60
+ rubygems_version: 3.2.5
61
+ signing_key:
62
+ specification_version: 4
63
+ summary: OSC 2022 Online Spring Fluentd
64
+ test_files: []