Skip to content

Releases: observIQ/stanza-plugins

v0.0.81

28 Sep 17:44
e9df978
Compare
Choose a tag to compare

Fixed

  • HAProxy: Resolved an issue where http logs using default format can fail to parse (PR342)

v0.0.80

23 Sep 17:24
bbd093d
Compare
Choose a tag to compare

Fixed

  • HAProxy: Promote frontend_port as a resources (PR338)
  • Updated ubiquiti plugin (337)
    • Updated ac_lite_ap_parser expression check to be more inline with expected format.
    • Moved catchall from default to a route with pattern matching and set default to output in router.
    • Added if checks to determine if fields exist before doing operation promote_name, promote_device, and severity_parser. This will stop errors in log file if fields do not exist.

v0.0.79

22 Sep 17:35
0a271fc
Compare
Choose a tag to compare

Added

  • Added haproxy plugin (PR 335)

Fixed

  • Oracle Database: (PR 334)
    • Resolved issue where ipv6 values caused a parse failure
    • Resolved issue where default listener path is not correct
  • Oracle Database: (PR 331)
    • Resolves issue where regex fails to parse audit file dbid

v0.0.78

16 Sep 13:30
68f8785
Compare
Choose a tag to compare

Changed

  • W3C: Added max_concurrent_files parameter (PR332)

Fixed

  • Ubiquiti: Fixed time parsing issue when timezones are mismatched (PR333)

v0.0.77

14 Sep 20:49
5f9d55f
Compare
Choose a tag to compare

Changed

  • Cloudwatch Logs: Added log_groups and log_group_prefix parameters (PR330)

v0.0.76

13 Sep 14:16
d85c7f1
Compare
Choose a tag to compare

Changed

  • W3C: Added optional delete_at_end parameter (PR327)

v0.0.75

10 Sep 18:47
4cd4497
Compare
Choose a tag to compare

Changed

  • Asterisk: Dont trim call_id (PR325)

Fixed

  • Fixed an issue where mongodb plugin id is wrong when running on kubernetes and using 4.4+ log format (PR326)

v0.0.74

10 Sep 15:30
9d0fd67
Compare
Choose a tag to compare

Added

  • Added Asterisk plugin (322)

Changed

  • Updated w3c plugin (PR318)
    • Add quote parsing from iis to handle when a pair of single quotes are in the log entry.
  • Added net.transport, net.peer.ip, net.peer.port, net.host.ip and net.host.port labels to all tcp / udp plugins (PR320)
    • cisco_asa, cisco_meraki, rsyslog, syslog, syslogng, ubiquiti, vmware_esxi, vmware_vcenter
  • Updated microsoft_iis and w3c plugin (PR316)
    • Update plugin to use new w3c plugin.
  • Update netflow, sflow, vmware_esxi, ubiquiti, cisco_meraki, syslog, rsyslog, syslogng, and vmware_vcenter plugin (PR316)
    • Added listen_ip as parameter
    • Added listen_port as parameter
    • Added parameter advanced_config set to true on listen_address, listen_ip and location. This is to be used in UI to hide listen_ip behind an advanced option
    • Changed description of listen_address to "Parameter Deprecated Use listen_ip and listen_port instead."
    • Added fall back regex parser in case syslog parser fails to syslog, rsyslog, syslogng, and vmware_vcenter plugins. This will attempt to parse severity from priority. The unparsed portion will be put in message.

Fixed

  • Issue #314 for nodejs (PR315)
  • Journald: Fixed default value for journald_log_path when enable_journald_log_path is set (PR319)
  • Mongodb: Fixed missing plugin_id label

v0.0.73

02 Sep 15:45
edf8d4d
Compare
Choose a tag to compare

Added

  • Added Rails plugin (308)

Changed

  • Added plugin ID to json, mongo plugins

v0.0.72

25 Aug 16:37
a17474f
Compare
Choose a tag to compare

[0.0.72] - 2021-08-25

Added

  • Added W3C plugin (PR307)