Skip to content

Web Server

LogMan.io Collector Configuration

On the LogMan.io server, where the logs are being sent to via HTTP(S), run a LogMan.io Collector instance with the following configuration. All HTTP methods are supported.

In the listen section, set the appropriate port configured in the Log Forwarding in the source device's configuration.

Web Server Configuration

input:WebServer:WebServer:
  listen: 0.0.0.0 <PORT_SET_IN_FORWARDING> ssl
  cert: <PATH_TO_PEM_CERT>
  key: <PATH_TO_PEM_KEY_CERT>
  cafile: <PATH_TO_PEM_CA_CERT>
  encoding: utf-8
  output: <OUTPUT_ID>
  stream_name_from_path: # false/true, true if first path of the URL should be as the stream name, otherwise false is default

output:xxxxxx:<OUTPUT_ID>:
  ...