Skip to content

ESET Connect API Source

ESET Connect is an API gateway between a client and a collection of ESET backend services. It acts as a reverse proxy to accept all application programming interface (API) calls, aggregate the various services required to fulfill them and return the appropriate result.

Configuration of LogMan.io Collector

input:ESETConnect:EsetSource:
    username: ...
    password: ...
    chilldown_period: 60  # Optional, default is 60 seconds. The time to wait before making the next API call to ESET Connect. This is to prevent hitting the API rate limits.
    timeout: 30  # Optional, default is 30 seconds. The time to wait for a response from the ESET Connect API before timing out.
    output: eset-connect-1

output:XXX:eset-connect-1: {}  # Replace XXX with the desired output type (e.g. 'CommLink')