Crowdsec 0.1.0
What’s Changed
New features or improvments
- add a 'Upper' expr helper (#50) @buixor
- fix paths to be FHS compliant (#44)
- allow
cscli
to work on specific hub branches (#43) - support data-download in parser and scenarios (#37) :
- add
File
andRegexpInFile
expr helpers to allow constructs such asfilter: evt.Parsed.user_agent in File("bad_user_agents.txt")
- add
- add JSON (#25) support with the
JsonExtract
exp helper to allow constructs such asJsonExtract(evt.Parsed.some_field, "one_item.sub_item.array_entry[0]")
- bump to 0.1.0 (#52) @buixor
Bug fixes
- fix #55 : fast service shutdown (#56) @buixor
- fix bug when loading scenario (#51) @AlteredCoder
- Fix expr helpers "StartsWith" and "EndsWith" (#48) @AlteredCoder
- fix #47 #35 (#49) @buixor
- fix #38 : avoid messing up api.yaml when doing
--binupgrade
(#41) - Improved readme (#36)
- unification of logging (#42)
Geolite2 notice
This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com.