Skip to content

v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jan 03:58
· 31 commits to main since this release

Changelog

  • b4947c7 Add AddrTyoeEnricher
  • a6af608 Add DiscardDestination for testing things with minimal noise
  • f780a45 Add DynamicLabels
  • ea7b0a9 Add EnabledFieldGroups to MaxmindDBEnricher and fix some groups with missing fields
  • 9eab56a Add MaxmindDBEnricher
  • 31eea36 Add WorkerPool tests and make implementation more robust as a result
  • 574d346 Add a bunch of metrics
  • 9a46f16 Add config structs
  • a4d306d Add elasticsearch client configuration to config struct
  • e009782 Add field reference doc
  • a12e1af Add flow duration histogram support
  • e84df41 Add goreleaser and CI workflow
  • 5ad987b Add ipinfo store to Prometheus destination
  • 18f594e Add metric visibility timeout
  • f12324c Add negative caching and a "CacheOnly" mode
  • d6e666a Add option to not use bulk indexer if needed
  • f3fa299 Add parallelize_destinations just to squeeze a little more concurrency out
  • c2ca725 Add rDNS lookup to src_addr and dst_addr
  • 7fb78e4 Add simple LRU cache to rDNS
  • 32917b4 Add support for counting flows
  • c5abc24 Beginnings of config
  • 320bdd3 Checkout submodules in workflows
  • c6d97a9 Finish first pass at config via config file
  • ab43307 First commit
  • 4fb4c72 Fix bug where destination IP address info wasn't getting accounted for correctly
  • 84853c9 Fix field names for some sFlow fields
  • 930dd92 Fix issue where src_addr or dst_addr is nil
  • 46cf851 Fix some bugs and improve config stuff
  • 56737af Fix unintentional flags getting set also allow setting envvar to set config file path.
  • 037b318 Implement custom metric handling
  • 7ffd952 Make Loki suffer
  • 8c8c9d5 Make StdoutDestination better
  • e784eaa Make WorkerPool more configurable and see what happens when it's not large
  • 24d2d06 Port Loki client from Promtail over to replace old client
  • d060656 Quick and dirty Prometheus destination
  • 686b060 Set platforms for buildx
  • 63f8c2d Set up Phlare and Prometheus
  • b6c5581 Support sFlow encap fields in enrichers
  • 07cfcee Trying out different concurrency things
  • 9b43b22 Update AddrTypeEnricher docs
  • 7909600 Update README and give a config example
  • 9842138 Use BulkIndexer
  • 3aa2923 don't let ES use all the memory
  • 9bc9e58 fix unwrapped comment
  • e21da2c flesh out README a bit more
  • a558d86 local dev environment tuning
  • 6bee1b6 temp comment out broken tests in Loki client
  • fef7d23 tweaks