mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-06 03:16:11 +02:00
Fix typos
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
0edf43fc0c
commit
ed3ede60fb
@ -1,6 +1,6 @@
|
||||
class Fluentd
|
||||
module Setting
|
||||
module FormatterCsv
|
||||
class FormatterCsv
|
||||
include Fluentd::Setting::Plugin
|
||||
|
||||
register_plugin("formatter", "csv")
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
class Fluentd
|
||||
module Setting
|
||||
module FormatterHash
|
||||
class FormatterHash
|
||||
include Fluentd::Setting::Plugin
|
||||
|
||||
register_plugin("formatter", "hash")
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
class Fluentd
|
||||
module Setting
|
||||
module FormatterJson
|
||||
class FormatterJson
|
||||
include Fluentd::Setting::Plugin
|
||||
|
||||
register_plugin("formatter", "json")
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
class Fluentd
|
||||
module Setting
|
||||
module FormatterLtsv
|
||||
class FormatterLtsv
|
||||
include Fluentd::Setting::Plugin
|
||||
|
||||
register_plugin("formatter", "ltsv")
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
class Fluentd
|
||||
module Setting
|
||||
module FormatterMsgpack
|
||||
class FormatterMsgpack
|
||||
include Fluentd::Setting::Plugin
|
||||
|
||||
register_plugin("formatter", "msgpack")
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
class Fluentd
|
||||
module Setting
|
||||
module FormatterOutFile
|
||||
class FormatterOutFile
|
||||
include Fluentd::Setting::Plugin
|
||||
|
||||
register_plugin("formatter", "out_file")
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
class Fluentd
|
||||
module Setting
|
||||
module FormatterSingleValue
|
||||
class FormatterSingleValue
|
||||
include Fluentd::Setting::Plugin
|
||||
|
||||
register_plugin("formatter", "single_value")
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
class Fluentd
|
||||
module Setting
|
||||
module FormatterStdout
|
||||
class FormatterStdout
|
||||
include Fluentd::Setting::Plugin
|
||||
|
||||
register_plugin("formatter", "stdout")
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
class Fluentd
|
||||
module Setting
|
||||
module FormatterTsv
|
||||
class FormatterTsv
|
||||
include Fluentd::Setting::Plugin
|
||||
|
||||
register_plugin("formatter", "tsv")
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
class Fluentd
|
||||
module Setting
|
||||
module ParserApache
|
||||
class ParserApache
|
||||
include Fluentd::Setting::Plugin
|
||||
|
||||
register_plugin("parser", "apache")
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
class Fluentd
|
||||
module Setting
|
||||
module ParserApache2
|
||||
class ParserApache2
|
||||
include Fluentd::Setting::Plugin
|
||||
|
||||
register_plugin("parser", "apache2")
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
class Fluentd
|
||||
module Setting
|
||||
module ParserApacheError
|
||||
class ParserApacheError
|
||||
include Fluentd::Setting::Plugin
|
||||
|
||||
register_plugin("parser", "apache_error")
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
class Fluentd
|
||||
module Setting
|
||||
module ParserCsv
|
||||
class ParserCsv
|
||||
include Fluentd::Setting::Plugin
|
||||
|
||||
register_plugin("parser", "csv")
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
class Fluentd
|
||||
module Setting
|
||||
module ParserJson
|
||||
class ParserJson
|
||||
include Fluentd::Setting::Plugin
|
||||
|
||||
register_plugin("parser", "json")
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
class Fluentd
|
||||
module Setting
|
||||
module ParserLtsv
|
||||
class ParserLtsv
|
||||
include Fluentd::Setting::Plugin
|
||||
|
||||
register_plugin("parser", "ltsv")
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
class Fluentd
|
||||
module Setting
|
||||
module ParserMsgpack
|
||||
class ParserMsgpack
|
||||
include Fluentd::Setting::Plugin
|
||||
|
||||
register_plugin("parser", "msgpack")
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
class Fluentd
|
||||
module Setting
|
||||
module ParserMultiline
|
||||
class ParserMultiline
|
||||
include Fluentd::Setting::Plugin
|
||||
|
||||
register_plugin("parser", "multiline")
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
class Fluentd
|
||||
module Setting
|
||||
module ParserNginx
|
||||
class ParserNginx
|
||||
include Fluentd::Setting::Plugin
|
||||
|
||||
register_plugin("parser", "nginx")
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
class Fluentd
|
||||
module Setting
|
||||
module ParserNone
|
||||
class ParserNone
|
||||
include Fluentd::Setting::Plugin
|
||||
|
||||
register_plugin("parser", "none")
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
class Fluentd
|
||||
module Setting
|
||||
module ParserRegexp
|
||||
class ParserRegexp
|
||||
include Fluentd::Setting::Plugin
|
||||
|
||||
register_plugin("parser", "regexp")
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
class Fluentd
|
||||
module Setting
|
||||
module ParserSyslog
|
||||
class ParserSyslog
|
||||
include Fluentd::Setting::Plugin
|
||||
|
||||
register_plugin("parser", "syslog")
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
class Fluentd
|
||||
module Setting
|
||||
module ParserTsv
|
||||
class ParserTsv
|
||||
include Fluentd::Setting::Plugin
|
||||
|
||||
register_plugin("parser", "tsv")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user