Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

59 lines (43 loc) · 2.14 KB

Unifiedbeat change log


v2.0.1 2016-02-28

Changes

  • build and test using Go 1.6
  • fix reflect+anonymous+unexported bug in gopacket's packet.go
  • use godep to vendor dependencies
    • as Elastic Beats continues to change rapidly
    • fix for gopacket

v2.0.0 2016-02-18

Changes

deleted all of the existing code
  • it was based on a clone of filebeat (which is great for syslogs, but not unified2 files)
  • originally, cloning filebeat was a good choice
designed and rewrote the entire project
  • it is much simpler, more readable, and more appropriate for unified2 files
  • the issue with excessive CPU usage (70+% on all cores) has disappeared
  • followed the Beats development guide
  • dependencies:

v1.0 2016-01-13

Initial Release

  • this was a git clone of Filebeat as of 2015-11-25 with these changes:
    • remove line-oriented text file reading
    • add unified2 file (binary) format reading via go-unified2
    • index separate document _type's for each unified2 record: event, packet, extradata
    • use gopacket for:
      • packet layers
      • a human readable packet_dump that is indexed
    • add geolocation for source/destination IPs via go-libGeoIP (included with libbeat)

All notable changes to this project will be documented in this file based on the Keep a Changelog Standard.