Skip to content

Releases: brimdata/brimcap

v1.2.0

16 May 16:21
@nwt nwt
2844aba
Compare
Choose a tag to compare
  • brimcap search: parse -duration argument as a ZSON duration (#244)
  • brimcap slice: parse -to and -from arguments as an RFC 3339 timestamp (#243)
  • brimcap ts: print timestamps in RFC 3339 format (#243)
  • Remove brimcap migrate (#234)

v1.1.2

12 Oct 21:08
3ec2bc8
Compare
Choose a tag to compare
  • Allow Brimcap analyzers to benefit from Zed JSON reader enhancements zed/3124 and zed/3123

v1.1.1

13 Sep 16:48
047366c
Compare
Choose a tag to compare
  • Fix an issue where pcap index entries for legacy Spaces were not being migrated (#156)

v1.1.0

09 Sep 21:30
b441824
Compare
Choose a tag to compare
  • Allow expansion of environment variables in Brimcap config YAML (#153)

v1.0.4

08 Sep 19:33
c7db129
Compare
Choose a tag to compare
  • Additions to custom YAML configuration (#148)
    • A root option can be used to specify the Brimcap root location
    • name is now a required part of an analyzer configuration

v1.0.3

03 Sep 17:14
e7a00f9
Compare
Choose a tag to compare
  • Update legacy Space migration to work with Zed Lake branches (#140, #145)
  • Fix an issue where temporary analyzer directories were not being deleted on exit (#137)

v1.0.2

23 Aug 17:16
bc47b4f
Compare
Choose a tag to compare
  • Fix an issue where legacy Space migration would fail for a custom Data Directory in Brim (#133)

v1.0.1

19 Aug 16:02
c0ae0bf
Compare
Choose a tag to compare
  • Fix an issue where stale packet index entries could cause a failure to extract a flow from another pcap (#128)

v1.0.0

16 Jul 20:31
8e7ec2a
Compare
Choose a tag to compare
  • Include the name of the analyzer process with any warnings & errors it generates (#122)
  • Adjust defaults for whether logging during analysis is output as JSON vs. status line (#123)
  • Rather than quitting, emit a warning and continue if brimcap analyze fails to read an output file (#125)

v0.0.6

12 Jul 19:09
30aaa45
Compare
Choose a tag to compare
  • Move the Geolocation article over from the Brimcap wiki (#104)
  • Refactor brimcap analyze to use the new Zed Lake add/commit endpoints and fix a deadlock issue (#110)
  • Fix a deadlock issue that was caused by an analyze process writing no records (#115)
  • Fix the percentage and byte counts on the command line status updates (#116)
  • Drop brimcap load in favor of granular use of brimcap analyze, brimcap index and zapi (#117, #114, #120)