mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-06 03:16:11 +02:00
Organize options for filter_parser
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
feafc35d48
commit
d321733e8a
@ -7,17 +7,26 @@ class Fluentd
|
||||
|
||||
def self.initial_params
|
||||
{
|
||||
parse_type: "none",
|
||||
parse: {
|
||||
"0" => {
|
||||
"type" => "none"
|
||||
}
|
||||
}
|
||||
}
|
||||
end
|
||||
|
||||
def common_options
|
||||
[
|
||||
:pattern,
|
||||
:key_name,
|
||||
]
|
||||
end
|
||||
|
||||
def hidden_options
|
||||
[]
|
||||
[
|
||||
:parse
|
||||
]
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user