Changes
🦅 New Features:
- Added a HTML summary report output option (
-H, --html-report
). (#689) (@hitenkoku, @nishikawaakira)
🦅 Enhancements:
- Changed Event ID Statistics option to Event ID Metrics option. (
-s, --statistics
->-M, --metrics
) (#706) (@hitenkoku)
(Note:statistics_event_info.txt
was changed toevent_id_info.txt
.) - Display new version of Hayabusa link when updating rules if there is a newer version. (#710) (@hitenkoku)
- Added logo in HTML summary output. (#714) (@hitenkoku)
- Unified output to one table when using
-M
or-L
with the-d
option. (#707) (@hitenkoku) - Added Channel column to metrics output. (#707) (@hitenkoku)
- Removed First Timestamp and Last Timestamp of
-M
and-L
option with the-d
option. (#707) (@hitenkoku) - Added csv output option(
-o --output
) when-M
or-L
option is used. (#707) (@hitenkoku) - Separated Count and Percent columns in metric output. (#707) (@hitenkoku)
- Changed output table format of the metric option and logon information crate from prettytable-rs to comfy_table. (#707) (@hitenkoku)
- Added favicon.png in HTML summary output. (#722) (@hitenkoku)
変更点
🦅 新機能:
- HTMLレポート機能 (
-H, --html-report
)の追加。 (#689) (@hitenkoku, @nishikawaakira)
🦅 改善:
- EventID解析のオプションをmetricsオプションに変更した。(旧:
-s, --statistics
-> 新:-M, --metrics
) (#706) (@hitenkoku) - ルール更新オプション(
-u
)を利用したときにHayabusaの新バージョンがないかを確認し、表示するようにした。 (#710) (@hitenkoku) - HTMLレポート内にロゴを追加した。 (#714) (@hitenkoku)
- メトリクスオプション(
-M --metrics
)もしくはログオン情報(-L --logon-summary
)と-d
オプションを利用した場合に1つのテーブルで表示されるように修正した。 (#707) (@hitenkoku) - メトリクスオプションの結果出力にチャンネル列を追加した。 (#707) (@hitenkoku)
- メトリクスオプション(
-M --metrics
)もしくはログオン情報(-L --logon-summary
)と-d
オプションを利用した場合に「First Timestamp」と「Last Timestamp」の出力を行わないように修正した。 (#707) (@hitenkoku) - メトリクスオプションとログオン情報オプションに対してcsv出力機能(
-o --output
)を追加した。 (#707) (@hitenkoku) - メトリクスオプションの出力を検出回数と全体の割合が1つのセルで表示されていた箇所を2つの列に分けた。 (#707) (@hitenkoku)
- メトリクスオプションとログオン情報の画面出力に利用していたprettytable-rsクレートをcomfy_tableクレートに修正した. (#707) (@hitenkoku)
- HTMLレポート内にfavicon.pngを追加した。 (#722) (@hitenkoku)