class Fluent::Plugin::OSSOutput::JsonCompressor
Json compression.
Public Instance Methods
content_type()
click to toggle source
# File lib/fluent/plugin/out_oss.rb, line 403 def content_type 'application/json'.freeze end
ext()
click to toggle source
# File lib/fluent/plugin/out_oss.rb, line 399 def ext 'json'.freeze end