Skip to content

Installation on the central LogMan.io server

The TeskaLabs LogMan.io Collector can be installed on the central LogMan.io server from the model.yaml file in the Library.

Warning

Only one Collector instance can be deployed per node. Deploy multiple Collectors on different nodes if you need more than one instance.

  1. Go to Library and open /Site/model.yaml.

  2. Add the Collector service:

    /Site/model.yaml
    services:
      lmio-collector:
        instances:
          <tenant>-1:
            node: <node-name>
    

    Replace <tenant> with the tenant name (for example mytenant) and <node-name> with the target node from your Maestro deployment.

  3. Click Save, then Apply to deploy the change.

  4. Wait for the Collector to start. Check its status in Maintenance >> Services.

  5. Provision the Collector in the LogMan.io Web UI. Open Log sources >> Collectors, find the new Collector (marked with a grey dot), click Provision, and assign it to a tenant.

  6. Configure log sources in Log sources >> Collectors as described in the Collector administration manual.