class Fluent::RecordMapFilter::Context

Public Instance Methods

context(tag, time, record, hostname) click to toggle source
# File lib/fluent/plugin/filter_record_map.rb, line 16
def context(tag, time, record, hostname)
  tag_parts = tag.split('.')
  time = Time.at(time)
  new_record = {}
  binding
end