Commit Graph

246 Commits

Author SHA1 Message Date
Takuro Ashie
80b8d78fa8 Fix a broken indent
Signed-off-by: Takuro Ashie <ashie@clear-code.com>
2020-03-04 22:07:50 +09:00
Takuro Ashie
7defda9f86 Fix broken links to document pages
Signed-off-by: Takuro Ashie <ashie@clear-code.com>
2020-03-04 22:07:50 +09:00
Kenji Okimoto
b36275e756 Fix TypeError
TypeError: Cannot set property 'writeToFileEmit' of undefined

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2019-03-13 11:41:55 +09:00
Kenji Okimoto
c847061737 Run bin/rails webpacker:install:vue
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2019-03-13 11:34:10 +09:00
Kenji Okimoto
707a0baaca Update config/webpacker.yml
See https://github.com/rails/webpacker/blob/master/docs/v4-upgrade.md

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2019-03-13 11:28:28 +09:00
Kenji Okimoto
093a48415a
Add label for clear
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-10-04 14:06:44 +09:00
Kenji Okimoto
c8063f94dd
Swap option_guide
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-09-11 10:18:43 +09:00
Kenji Okimoto
19d62678b5
Add translation
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-09-10 18:15:24 +09:00
Kenji Okimoto
2d24d89309
Use https link instead of http link
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-09-10 18:14:58 +09:00
Kenji Okimoto
e719089566
Update translation
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-09-10 17:45:00 +09:00
Kenji Okimoto
381befe5b0
Add translations
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-09-10 17:20:26 +09:00
Kenji Okimoto
c402b0a7a0
Add routes for filter setting
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-09-10 17:19:42 +09:00
Kenji Okimoto
e6e9d55101
Add translation
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-08-23 17:56:48 +09:00
Kenji Okimoto
c7182e0d0e
Add note to Fluentd model
Close #203

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-08-17 15:57:53 +09:00
Kenji Okimoto
e8aa3ae60d
Remove unused grok support
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-08-17 14:16:06 +09:00
okkez
cfeafc83a0
Merge pull request #226 from okkez/update-recommended--plugins
Update recommended plugins
2018-08-17 10:07:26 +09:00
Kenji Okimoto
da13f0c4d4
fluent-plugin-dstat support v1 API
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-08-16 15:31:23 +09:00
Kenji Okimoto
70c1985f5d
Enable test_unit
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-07-25 18:29:38 +09:00
Kenji Okimoto
b362c7ff65
Add new plugins to recommended plugins
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-07-24 15:10:50 +09:00
Kenji Okimoto
d4434360c1
Display API version
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-07-24 15:09:30 +09:00
Kenji Okimoto
711d2b8413
Add api_version field to recommended_plugins
v1: Use Fluentd v1 API
v0.12: Use Fluentd v0.12 API, it can work with Fluentd v1.x via compatible layer.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-07-24 14:15:14 +09:00
Kenji Okimoto
bfd67a0e8f
Remove fluent-plugin-splunkapi
Because it uses deprecated APIs.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-07-24 14:13:18 +09:00
Kenji Okimoto
e37111c20b
Remove fluent-plugin-jvmwatcher
Because it uses `Fluent::Engine.emit` and does not work with latest Fluentd.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-07-24 14:01:24 +09:00
Kenji Okimoto
6e0447b468
Remove fluent-plugin-reassemble
Because it uses `Fluent::Engine.emit` and does not work with latest Fluentd.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-07-24 14:00:15 +09:00
Kenji Okimoto
425c0dc672
Remove fluent-plugin-resque_stat
Because it uses `Engine.emit` and does not work with latest Fluentd.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-07-24 13:07:41 +09:00
Kenji Okimoto
b7081c19f1
Remove fluent-plugin-select
Because it supports Fluentd v0.10.x only.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-07-24 13:01:49 +09:00
Kenji Okimoto
96821544c8
Remove fluent-plugin-histogram
Because this plugin supports Fluentd v0.10.x only.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-07-24 12:56:13 +09:00
Kenji Okimoto
d8097f17eb
Remove fluent-plugin-cassandra
Because this plugin supports Fluentd v0.10.x only.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-07-24 12:48:32 +09:00
Kenji Okimoto
740572df7c
Remove outdated fluent-plugin-redis-counter
This plugin supports Fluentd v0.10.x.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-07-24 12:42:56 +09:00
Kenji Okimoto
749b9fe068 Remove fluent-plugin-kestrel from recommended plugins
Because it is obsoleted.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-07-24 12:04:28 +09:00
Kenji Okimoto
bcbb568659 Remove fluent-plugin-grep from recommended plugins
Because Fluentd v1 has built-in filter_grep plugin.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-07-24 12:04:28 +09:00
Kenji Okimoto
c15511d147 Replace fluent-plugin-zabbix-simple-buffered with fluent-plugin-zabbix-simple
Because fluent-plugin-zabbix-simple-buffered has not been maintained
since 2013-09-06. On the other hand fluent-plugin-zabbix-simple is
buffered output plugin.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-07-24 12:04:28 +09:00
Kenji Okimoto
4e2f7221cf Remove fluent-plugin-file-alternative from recommended plugins
Because Fluentd v1's built-in file output plugin has all features of fluent-plugin-file-alternative.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-07-24 12:04:28 +09:00
Kenji Okimoto
c34342b759 Remove fluent-plugin-parser from recommended plugins
Because Fluentd v1 includes built-in filter_parser plugin.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-07-24 12:04:28 +09:00
Kenji Okimoto
6db14d4ddc Remove fluent-plugin-scribe from recommended plugins
Because Scribe is no more maintained.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-07-24 12:04:28 +09:00
Kenji Okimoto
ace6eeeee7 Remove fluent-plugin-secure-forward from recommended plugins
Because Fluentd v1 includes fluent-plugin-secure-forward functionalities.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-07-24 12:04:28 +09:00
Kenji Okimoto
e1e9268470 Remove fluent-plugin-forest from recommended plugins
Because fluent-plugin-forest does not support Fluentd v1.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-07-24 12:04:28 +09:00
Kenji Okimoto
e196b35107
Support dig method for Ruby 2.2
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-07-19 14:44:55 +09:00
Kenji Okimoto
c13e97ddb4
Add missing dummy logger initialization
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-07-17 14:45:28 +09:00
Kenji Okimoto
9a1b80a0a8
Fix translation
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-07-10 16:34:25 +09:00
Kenji Okimoto
3242b3d639 Add object type
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-21 17:01:47 +09:00
Kenji Okimoto
643a2279d5 Remove unused action
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-12 12:45:14 +09:00
Kenji Okimoto
322bfefab3
Add Api::ConfigDefinitionsController to fetch plugin definitions
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-12 12:32:51 +09:00
Kenji Okimoto
e4a33d21ae
Add Fluentd::Setting::Type::Regexp
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-07 17:23:22 +09:00
Kenji Okimoto
6ef0380b3e Add configure action to configure parse/format section
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-07 17:18:22 +09:00
Kenji Okimoto
0d01c76f4b Add FluentdFormBuilder
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-07 17:18:00 +09:00
Kenji Okimoto
6128141918
Load Fluentd plugins
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-07 16:38:24 +09:00
Kenji Okimoto
1bde0bae1c Rename out_td to out_tdlog
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-24 18:35:29 +09:00
Kenji Okimoto
ac8c1fa9f8
Add custom types
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-24 17:55:44 +09:00
Kenji Okimoto
ccaf6bbe7b
Add missing translation
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-24 14:06:13 +09:00