You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)".