Commit Graph

178 Commits

Author SHA1 Message Date
Kenji Okimoto
4eb54f0725
Rename guess_format -> guess_parse_type
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-12 16:52:37 +09:00
Kenji Okimoto
9d1c4f9d7b
Remove unused methods
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-12 16:52:26 +09:00
Kenji Okimoto
a6d27c0b14
Remove unused method
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-08 13:43:10 +09:00
Kenji Okimoto
b14da4174f Support storage section
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-08 10:12:55 +09:00
Kenji Okimoto
9cbc616624 Support buffer section
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-08 10:12:55 +09:00
Kenji Okimoto
448b5fd130
Define options for formatter plugins
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-07 17:41:55 +09:00
Kenji Okimoto
35049a7d7c
Define options for parser_none
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-07 17:36:56 +09:00
Kenji Okimoto
20613928c5
Define options for parser_multiline
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-07 17:36:44 +09:00
Kenji Okimoto
acf4004b79
Define options for parser_ltsv
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-07 17:27:33 +09:00
Kenji Okimoto
adc128487f
Define options for parser_regexp
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-07 17:25:07 +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
89296a331d Organize some input plugins' parameters
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-07 17:18:00 +09:00
Kenji Okimoto
12c56811d2
Add parameters to some parser plugins
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-07 16:37:49 +09:00
Kenji Okimoto
9f75208c88
Add parser_in_http
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-06 18:05:22 +09:00
Kenji Okimoto
ed3ede60fb
Fix typos
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-06 18:04:46 +09:00
Kenji Okimoto
59ac41185c
Add models for formatter plugins
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-05 17:18:54 +09:00
Kenji Okimoto
5750349b1e
Add models for parser plugins
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-05 17:13:25 +09:00
Kenji Okimoto
204c3d9f42
in_http: Display parse type
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-05 16:29:39 +09:00
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
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
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
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
a849fdeda3
Remove unused module
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-28 11:13:13 +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
ac8c1fa9f8
Add custom types
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-24 17:55:44 +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
Kenji Okimoto
e3c6d9032f Use systemctl instead of /etc/init.d/td-agent
Because td-agent3 supports systemd.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-22 10:11:25 +09:00
Kenji Okimoto
cfda9dcaea Module#include is public since Ruby 2.1
We don't support old versions of Ruby.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-22 10:11:09 +09:00
Kenji Okimoto
1620161467 Remove outdated comment
td-agent3 supports reload command.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-22 10:07:33 +09:00
Kenji Okimoto
ebbf16af2a Remove outdated comment
td-agent3's /etc/init.d/td-agent has reload command.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-22 10:07:33 +09:00
Kenji Okimoto
57d49b0dd8 Remove outdated link
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-22 10:07:33 +09:00
Kenji Okimoto
54ee95fcef Update comment for td-agent3
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-22 10:07:33 +09:00
uu59
9002b11926 Remove needless --use-v1-config option 2015-11-30 11:45:10 +09:00
yoshihara
f4381a81fd Use constant for magic number 2015-04-21 18:41:02 +09:00
yoshihara
c591734ede Remove duplicated accessor defining 2015-04-21 11:41:46 +09:00
uu59
8c5a959b97 Remove useless lines 2015-04-20 14:22:21 +09:00
uu59
368d344291 #162 in_tail multiline preview 2015-04-20 14:22:21 +09:00
yoshihara
8f21c5f68c Prevent zombie processes from increasing
fixes #165

Before, in dashboard, clicking "Start" button creates a process as
zombie, but clicking "Stop" button doesn't kill it. This change prevents
it from becoming zombie.
2015-04-01 15:06:04 +09:00
uu59
fb0c7137c9 Merge pull request #160 from fluent/buffer_path_and_buffer_type
Fix #158 validation for buffer_path when buffer_type is 'file'
2015-03-11 13:37:01 +09:00
uu59
430bffded7 Fix #158 validation for buffer_path when buffer_type is 'file' 2015-03-04 11:42:55 +09:00
uu59
6b034ee718 Fix #157 remove parameters causing warn on fluentd 2015-03-04 11:26:53 +09:00
uu59
a5a3700a76 Use #send for private method on 1.9.3 2015-02-10 15:57:10 +09:00
uu59
f4495337fc Resolve TODO by removing so that was unused anywhere 2015-02-10 15:55:39 +09:00
uu59
d6f9992a48 Rename: FluentdUiLog -> FluentdLog 2015-02-10 15:49:56 +09:00
uu59
b5d4be2659 Fluentd::Agent::Log is now dependent class. Use composite 2015-02-10 14:58:54 +09:00
uu59
9b2d968bc1 Separate Common module by concerns 2015-02-10 13:51:04 +09:00
uu59
b6b34ff482 Add marker for Common methods 2015-02-04 18:18:11 +09:00
uu59
e82e81e234 Re-order methods 2015-02-04 17:49:04 +09:00