Skip to content

v201.0.16

Compare
Choose a tag to compare
@kirederik kirederik released this 11 Apr 15:38
· 133 commits to develop since this release

Bug fixes:

  • Limit memory usage of kibana process to support VMs with lower amount of system memory.
properties:
  kibana:
    memory_limit: 80 # trigger GC at 80% of system memory
  • Minor changes to NATS heartbeat log parsing logic

New features:
The cluster monitor has a different set of credentials from now on (used to be the same basic auth as the kibana user)

properties:
  haproxy:
    cluster_monitor:
      auth:
        username: username
        password: password