Use "type" instead of "@type"

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-07-10 15:18:08 +09:00
parent 3c9b9be90d
commit dda93e98cd
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1

View File

@ -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",
} }
}, },