mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 01:07:09 +02:00
Use "type" instead of "@type"
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
3c9b9be90d
commit
dda93e98cd
@ -11,7 +11,7 @@ class Fluentd
|
||||
buffer_type: "file",
|
||||
buffer: {
|
||||
"0" => {
|
||||
"@type" => "file",
|
||||
"type" => "file",
|
||||
"path" => "/var/log/td-agent/buffer/td",
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user