module R7Insight::Host

Rapid7 Insight Platform Logging Host

Public Class Methods

new(token, region, local, debug, ssl, datahub_endpoint, host_id, custom_host, udp_port, use_data_endpoint) click to toggle source
# 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