Class: LogStash::Outputs::Azureblob

Inherits:
Base
  • Object
show all
Defined in:
lib/logstash/outputs/template.rb

Overview

An azureblob output that does nothing.

Instance Method Summary collapse

Instance Method Details

#receive(event) ⇒ Object



13
14
15
# File 'lib/logstash/outputs/template.rb', line 13

def receive(event)
  return "Event received"
end

#registerObject



9
10
# File 'lib/logstash/outputs/template.rb', line 9

def register
end