Skip to content

logsearch/201.0.16

You can find the source of this version on GitHub at logsearch/logsearch-boshrelease. It was created based on the commit 517e9e83.

Release Notes

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

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "logsearch"
  version: "201.0.16"
  url: "https://bosh.io/d/github.com/logsearch/logsearch-boshrelease?v=201.0.16"
  sha1: "94b75a183566c8c4065a7ca39e2c92a0077d0e6f"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 94b75a183566c8c4065a7ca39e2c92a0077d0e6f \
  "https://bosh.io/d/github.com/logsearch/logsearch-boshrelease?v=201.0.16"

Jobs

Packages