Skip to content

Release 1.8

Latest
Compare
Choose a tag to compare
@billgraziano billgraziano released this 08 Oct 12:40
  • When running in a container, GOMAXPROCS is set to the CPU quota
  • Truncating strings better handles Unicode characters
  • Handling errorlog_written messages is significantly improved
    • Save the raw message in errorlog_raw
    • Don't capture errorlog_date and errorlog_time. The date was being forced to UTC which is often wrong.
    • Parse error strings for any error event, not just login failures. These are stored in error_number, severity, and state.
    • Trim most strings to 8000 characters. A few such as errorlog_process are trimmed to a shorter length.
  • For errorlog_written and error_reported events, if it finds text like [CLIENT: 10.10.1.1], it will save the address in xe_client_address
  • Update new builds to GO 1.22.5
  • The username and password fields for Defaults, Sources, and the Elastic Sink can be set to an environment variable. That looks like this: password="$(env:VARIABLE_NAME)".