Skip to content

Releases: sapslaj/morbius

v0.2.1

18 Mar 17:58
Compare
Choose a tag to compare

Changelog

  • e25ec86 Bump google.golang.org/protobuf from 1.30.0 to 1.33.0

v0.2.0

05 Feb 00:52
Compare
Choose a tag to compare

Changelog

  • 481273e Add NetDBEnricher to top level config
  • 3b6c004 Bump golang.org/x/crypto from 0.14.0 to 0.17.0
  • b84fe96 Bump golang.org/x/net from 0.7.0 to 0.17.0
  • 95f2105 Bump google.golang.org/grpc from 1.53.0 to 1.56.3
  • 1abd875 Update docs on ProtonamesEnricher and NetDBEnricher
  • c751d23 add dst_addr and src_addr labels to netflow_ip_info metric to make grouping easier
  • eb13387 add name aliases to NetDB
  • c8dfb3e basic docs for field_mapper
  • 52731eb calm down golangci
  • 6bf5e25 ci: quiet golangci-lint down
  • 8e4b364 ci: update golangci-lint version
  • 361e6be feat: add NetDBEnricher
  • 1801d4e feat: field mapper enricher
  • 7ce22e1 lint: fmt labels_test.go
  • 33eeff0 netdb example config
  • 6630c22 refactor: add Transport.PublishMessage func
  • 6bff0a6 temp disable new linters
  • 3c4df29 update golangci config and use parallel tests

v0.1.5

06 Jul 16:11
Compare
Choose a tag to compare

Changelog

  • 4f81198 Bump google.golang.org/grpc from 1.49.0 to 1.53.0

v0.1.4

10 Mar 06:48
Compare
Choose a tag to compare

Changelog

  • 3c73f38 Add golangci-lint and coveralls to CI workflow
  • 9c0195f Add golangci-lint config
  • 7e3a0f9 Tweak golangci-lint timeout

v0.1.3

20 Feb 16:44
Compare
Choose a tag to compare

Changelog

  • 02cdbd3 Add create-release.py script
  • f60b09c Bump golang.org/x/net from 0.2.0 to 0.7.0

v0.1.2

05 Jan 15:41
Compare
Choose a tag to compare

Changelog

  • 9521369 More better ParseMetric performance!

v0.1.1

03 Jan 16:44
Compare
Choose a tag to compare

Changelog

  • 492f9c7 Add LICENSE
  • 0776c74 Re-enable Windows build
  • 95c19d9 Remove dependency of github.com/prometheus/prometheus

v0.1.0

03 Jan 03:58
Compare
Choose a tag to compare

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