mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-12 09:17:05 +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_type: "file",
|
||||||
buffer: {
|
buffer: {
|
||||||
"0" => {
|
"0" => {
|
||||||
"@type" => "file",
|
"type" => "file",
|
||||||
"path" => "/var/log/td-agent/buffer/td",
|
"path" => "/var/log/td-agent/buffer/td",
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user