Class: InHostNameAdder

Inherits:
Fluent::TailInput
  • Object
show all
Defined in:
lib/fluent/plugin/in_host_name_adder.rb

Instance Method Summary collapse

Instance Method Details

#parse_line(line) ⇒ Object



7
8
9
# File 'lib/fluent/plugin/in_host_name_adder.rb', line 7

def parse_line(line)
  super internal_ip_address_or_hostname + line
end