Skip to content

v201.0.12

Compare
Choose a tag to compare
@kirederik kirederik released this 30 Mar 09:59
· 165 commits to develop since this release
  • 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.