Releases: billgraziano/xelogstash
Releases · billgraziano/xelogstash
Release 1.7.0
- Update to GO 1.16.5
- Update dependencies
Release 1.6.2
- Bump to GO 1.15.8
- Rewrite logstash writer to better handle intermittent issues
- Clean up logging
Release 1.5.5
Improve handling NULL state files
Release 1.5.4
- Handle closing a nil connection
Release 1.5.3
- COALESCE DEFAULT_DOMAIN function to better support Linux
Release 1.5.1
- Minor memory usage clean up
Release 1.5.0
- Add a
.vscode
directory in the samples with extensions and file mapping support - Fix the git commit information in the linux build
- Fix the subdirectory in the linux build
- Update the README for first-timers
- Add the server name to the polling message (in addition to being in the field)
- macOS should work now but you'll have to build it yourself on macOS.
Release 1.4.4
- Improves support for trusted connections in Linux. See Linux Support for more details.
- Added the
login_failed
field. This is populated for errorlog_written (logon) events and error_reported events whose error number indicates a login failed event. Filter Kibana for the existance of this field. See below for more details. - Unfortunately, adding trusted connections in Linux broke macOS (darwin) support for a bit.
- Fix logging bug
Release 1.4.0
This application now reads past invalid offsets. The most likely cause of invalid offsets is that this service stopped or the files rolled over so fast that the file and offset are no longer valid. In both cases, the extended event files rolled over and the events no longer exist. Previously this application would log the error and wait so we could investigate and fix. Meanwhile, more events were being missed. Now it just logs the error and tries to find the next valid event for the extended event.
Release 1.3.3
- Fix bug that allowed connections to leak when polling a server that didn't exist for the first time
- Clean up the versions in replacements and logging
- Deprecate GITDESCRIBE. Please see the README.