v9.4.0
9.4.0 (2023-12-13)
Upgrade note:
As this version includes a change to the InfluxDB data structure, it is recommended to delete the InfluxDB database used by Butler.
The database will be automatically re-created using the new structure next time Butler is started.
You will loose historical data though, but as you probably have a reasonably short retention period in InfluxDB (right...? you don't store everything forever, do you...?) it's usually not a major problem.If your InfluxDB database name is "butlerops", dropping the database is done with a command similar to this:
influx --host <ip-where-influxdb-is-running> --port <influxdb-port-usually-8086> drop database butlerops exit
🚀 Features
🐛 Bug Fixes
🛡 VirusTotal GitHub Action analysis: