Skip to content

logsearch/201.0.12

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

Release Notes

  • Merge pull request #217 from onemedical/elasticsearch-timeout
  • Allow if_looks_like_json filter to be enabled

    • This filter is disabled by default. Set enable_json_filter to true in your manifest to enable it:

      properties:
      logstash_parser:
      enable_json_filter: true
      
  • if_looks_like_json should parse string timestamps

    • @timestamp holds the timestamp with millisecond precision
    • @timestamp_ns holds the nanosecond of the @timestamp time.

Usage

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

- name: "logsearch"
  version: "201.0.12"
  url: "https://bosh.io/d/github.com/logsearch/logsearch-boshrelease?v=201.0.12"
  sha1: "04469d9045bd667c6193ee3f8dff4e0a538be971"

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

bosh upload-release --sha1 04469d9045bd667c6193ee3f8dff4e0a538be971 \
  "https://bosh.io/d/github.com/logsearch/logsearch-boshrelease?v=201.0.12"

Jobs

Packages