Releases: sapslaj/morbius
Releases · sapslaj/morbius
v0.2.1
v0.2.0
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
andsrc_addr
labels tonetflow_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
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
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