Skip to content

Releases: observIQ/stanza-plugins

v0.0.31

30 Dec 17:32
f49aecb
Compare
Choose a tag to compare

Removed

  • Remove bpagent plugin
    • Split plugin into two plugins. One plugin for BindPlane and one plugin for observIQ.

Added

  • Add observiq_agent plugin
    • Add log_type parameter to labels
  • Add bindplane_agent plugin
    • Add log_type parameter to labels
  • Add nginx_ingress plugin
    • Move NGINX Ingress out of NGINX into its own plugin.
    • Add new regex pattern to parse access logs based on a defined spec.
    • Add cluster_name parameter.

Changed

  • Update postgresql plugin
    • Update regex to change field process_start_time to grab only process start time.
  • Update cassandra plugin
    • Add line start character to multiline line_start_pattern for gc log.
  • Update postgresql plugin
    • Parse logs more deeply to grad more data fields
    • Added fields depending on the message. All fields are present, but some log messages will not have data for field.
      • duration
      • error
      • parameters
      • statement
  • Update memcached plugin
    • Add enable_memcached_journald_log_path parameter
    • Remove id from journald_input to fix id clash within Stanza
  • Update nginx plugin
    • Move NGINX Ingress out of NGINX into its own plugin.
    • Add parameter log_format to allow choice between default combined and observiq log format.
    • Add new regex pattern to parse access logs based on a defined observiq log format.
    • Make pod_name parameter required and remove default

v0.0.30

23 Dec 18:56
017a6e2
Compare
Choose a tag to compare

Update

  • windows_dhcp plugin uses longer file fingerprint

v0.0.29

21 Dec 14:50
8372ae7
Compare
Choose a tag to compare

Changed

  • Update vmware_esxi plugin
    • Deeper parsing of messages

v0.0.28

15 Dec 22:16
457ad32
Compare
Choose a tag to compare

Changed

  • Update nginx plugin
    • Add labels log_type and plugin_id fields when input is kubernetes source
    • Add parser for ingress controller logs
    • Fix parsing error with 503 status codes

v0.0.27

14 Dec 15:02
b12b228
Compare
Choose a tag to compare
  • Fix for kubernetes_cluster plugin

v0.0.26

10 Dec 22:00
Compare
Choose a tag to compare

##Update

  • Update hbase plugin to parse logs more deeply.
  • Update couchdb plugin to fix parsing error
  • Update oracledb plugin to fix parsing error with audit log
  • Update nginx plugin updated specified supported platforms and to add missing labels.
  • Update mysql to plugin bump version
  • Update windows_dhcp plugin to fix parsing

v0.0.25

07 Dec 22:03
Compare
Choose a tag to compare

Changed

  • Fix parsing error in mysql plugin.

v0.0.24

02 Dec 21:02
16fa015
Compare
Choose a tag to compare

Changed

  • Fix oracle issues with matching start date and empty lines

v0.0.23

02 Dec 20:48
22c69a3
Compare
Choose a tag to compare

Changed

  • Removed max_log_size from the tail plugin

v0.0.22

01 Dec 18:37
ebcb381
Compare
Choose a tag to compare

Changed

  • Fixed many plugin parsing issues