Method: Fluent::BigObjectOutput#format_tag

Defined in:
lib/fluent/plugin/out_bigobject.rb

#format_tag(tag) ⇒ Object



244
245
246
247
248
249
250
# File 'lib/fluent/plugin/out_bigobject.rb', line 244

def format_tag(tag)
  if @remove_tag_prefix
    tag.gsub(@remove_tag_prefix, '')
  else
    tag
  end
end