Kenji Okimoto
|
d69aefc003
|
in_http: Organize options
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-06-05 15:36:29 +09:00 |
|
Kenji Okimoto
|
5971b57f23
|
Omit values same as default value when save configuration
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-06-05 15:28:59 +09:00 |
|
Kenji Okimoto
|
c675753db4
|
Set default values to in_monitor_agent
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-06-05 15:28:02 +09:00 |
|
Kenji Okimoto
|
7a09c95b23
|
Drop TLS support for now
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-28 16:35:38 +09:00 |
|
Kenji Okimoto
|
6993887440
|
Define permit_params to use strong parameters
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-28 16:34:47 +09:00 |
|
Kenji Okimoto
|
3e24f7eff1
|
Use out_file as secondary output
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-28 15:25:19 +09:00 |
|
Kenji Okimoto
|
ea61957bce
|
Use Pattern instead of Match
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-28 15:11:03 +09:00 |
|
Kenji Okimoto
|
66e797733f
|
Permit pattern
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-28 15:00:11 +09:00 |
|
Kenji Okimoto
|
8e11483adf
|
Use pattern instead of match
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-28 14:59:44 +09:00 |
|
Kenji Okimoto
|
cecbe74576
|
Overwrite options of config parameters
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-28 14:59:05 +09:00 |
|
Kenji Okimoto
|
58f5ab3b10
|
Construct section class properly
In previous version, run merged block before calling init.
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-28 14:58:02 +09:00 |
|
Kenji Okimoto
|
94de13c1c2
|
Initialize instance variables when finish
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-28 14:57:35 +09:00 |
|
Kenji Okimoto
|
9af03612da
|
Use @type in default config
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-28 12:05:19 +09:00 |
|
Kenji Okimoto
|
6b3584eba5
|
Display caret-down sign in front of plugin name
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-28 11:53:52 +09:00 |
|
Kenji Okimoto
|
d67ed8f7ed
|
Display type in panel header properly
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-28 11:52:07 +09:00 |
|
Kenji Okimoto
|
b7e1ed06e7
|
Set atttibutes log_levele aand id
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-28 11:42:54 +09:00 |
|
Kenji Okimoto
|
7c5b420bbc
|
Log unknown aatributes
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-28 11:35:29 +09:00 |
|
Kenji Okimoto
|
a849fdeda3
|
Remove unused module
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-28 11:13:13 +09:00 |
|
Kenji Okimoto
|
c1398a3acd
|
Bundle update
* fluent-plugin-elasticsearch
* fluent-plugin-mongo
* fluent-plugin-s3
* fluent-plugin-td
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-28 09:53:21 +09:00 |
|
Kenji Okimoto
|
eab7224ddd
|
Use plugins' config definition to construct setting form
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-25 14:07:10 +09:00 |
|
Kenji Okimoto
|
f2f8d27f24
|
Remove setting_params
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-25 13:51:30 +09:00 |
|
Kenji Okimoto
|
73ee6dddc9
|
Add partial template for in_forward setting
This change will improve usability after some more changes.
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-25 13:50:59 +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
|
03a5d86f8c
|
Add specs for previous change
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-24 18:28:11 +09:00 |
|
Kenji Okimoto
|
a8401530ab
|
Use new style definition
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-24 18:26:17 +09:00 |
|
Kenji Okimoto
|
e51c43b156
|
Depend on fluent-plugins
We use plugins' definition to reconstruct plugins' model.
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-24 18:15:10 +09:00 |
|
Kenji Okimoto
|
4f2a06fd82
|
Add concerns to define models for fluent-plugin
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-24 18:08:33 +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
|
c5df968be6
|
Bundle update
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-24 15:18:00 +09:00 |
|
okkez
|
3adf41fe02
|
Merge pull request #235 from fluent/release-alpha2
Release v1.0.0-alpha.2
|
2018-05-24 15:13:52 +09:00 |
|
Kenji Okimoto
|
43512c381e
|
Add changelog
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-24 15:12:53 +09:00 |
|
Kenji Okimoto
|
53c4eaa2a9
|
v1.0.0.alpha.2
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-24 15:10:07 +09:00 |
|
okkez
|
bdaf3441ca
|
Merge pull request #234 from fluent/fix-appearance
Update html classes
|
2018-05-24 15:07:54 +09:00 |
|
Kenji Okimoto
|
eeb4099568
|
Fix a typo in StyleSheet class name
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-24 14:26:33 +09:00 |
|
Kenji Okimoto
|
47e21958b4
|
Enable rails-ujs to support PUT/POST/DELETE properly
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-24 14:23:29 +09:00 |
|
Kenji Okimoto
|
c7fd8f58f1
|
Set reload button color properly
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-24 14:06:33 +09:00 |
|
Kenji Okimoto
|
8458817fd3
|
Adjust button position
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-24 14:06:23 +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 |
|
okkez
|
a1aefa4138
|
Merge pull request #233 from fluent/release-alpha1
Release v1.0.0-alpha.1
|
2018-05-22 12:14:04 +09:00 |
|
Kenji Okimoto
|
743299aaa8
|
Add changelog entries
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-22 12:12:37 +09:00 |
|
Kenji Okimoto
|
0cb09fbefa
|
v1.0.0-alpha.1
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-22 12:06:02 +09:00 |
|
Kenji Okimoto
|
bacc51f8f2
|
Update release procedure
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-22 12:05:49 +09:00 |
|
Kenji Okimoto
|
7b6eb81449
|
Append pre-compiled assets to gem package
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-22 12:05:28 +09:00 |
|
Kenji Okimoto
|
222817aad2
|
Remove unused files
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-22 11:22:05 +09:00 |
|
okkez
|
cee8505588
|
Merge pull request #232 from fluent/update-fluentd-version
Update fluentd version
|
2018-05-22 11:06:47 +09:00 |
|
Kenji Okimoto
|
89b095da24
|
Add ignore pattern
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-22 10:55:47 +09:00 |
|
Kenji Okimoto
|
6b2621cb3c
|
Update to fluentd v1.2.0
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-22 10:24:56 +09:00 |
|
Kenji Okimoto
|
8f8d254cbf
|
Add binding_of_caller gem for debugging
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-22 10:16:12 +09:00 |
|
Kenji Okimoto
|
2efebe3de0
|
Fluentd configuration is not XML
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-22 10:14:37 +09:00 |
|
Kenji Okimoto
|
ecd40a81f4
|
Support reloading Fluentd/td-agent
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
|
2018-05-22 10:13:28 +09:00 |
|