Skip to content

LogMan.io Chart configuration

LogMan.io Chart requires the following dependencies:

  • Apache ZooKeeper (tenant configuration)
  • ASAB Library (schemas and data source declarations)
  • Elasticsearch (event data)
  • InfluxDB (optional, metrics)
  • SeaCat Auth (authorization)

Model

LogMan.io Chart is deployed on all nodes across the cluster.

To start the application, include it in model and click on Apply button.

/Site/model.yaml
define:
  type: rc/model

services:
  lmio-chart:
    - <node>  # Replace with name of the node
    - <node>  # Replace with name of the node
    - <node>  # Replace with name of the node

Generated configuration

Most INI sections are composed automatically by ASAB Maestro from cluster technologies:

Section Technology
[zookeeper] ZooKeeper
[library] ASAB
[elasticsearch] Elasticsearch
[influxdb], [asab:metrics], [asab:metrics:influxdb] InfluxDB

Chart-specific options

Override these sections in the model when needed. See Configure ASAB services from the model.

Discover

Controls automatic time-bucket calculation when group_by uses buckets: "config".

[discover]
buckets=120

Lower values produce coarser charts with faster response. Default is 120.

Export

Limits the maximum number of rows returned by export endpoints (PUT /{tenant}/json/query, /{tenant}/parquet/query, /{tenant}/csv/query).

[export]
max_size=10000

Default is 10000.

Ticket

Sets the earliest timestamp used when resolving investigation ticket time ranges.

[ticket]
min_timestamp=2026-02-20

Tickets are cached for 10 minutes.

Metrics

[asab:metrics]
...

See ASAB metrics configuration.