Module: R7Insight::Host
- Defined in:
- lib/r7_insight/host.rb,
lib/r7_insight/host/connection.rb
Overview
Rapid7 Insight Platform Logging Host
Defined Under Namespace
Modules: InstanceMethods Classes: CONNECTION
Class Method Summary collapse
Class Method Details
.new(token, region, local, debug, ssl, datahub_endpoint, host_id, custom_host, udp_port, use_data_endpoint) ⇒ Object
6 7 8 9 10 11 |
# File 'lib/r7_insight/host.rb', line 6 def self.new(token, region, local, debug, ssl, datahub_endpoint, host_id, custom_host, udp_port, use_data_endpoint) R7Insight::Host::CONNECTION.new(token, region, local, debug, ssl, datahub_endpoint, host_id, custom_host, udp_port, use_data_endpoint) end |