A tool that enhances rule hit counter reports by adding detailed rule information (sources, destinations, labels, etc.) instead of just showing the rule href.
-
Export rules using Workloader:
./workloader rule-export
-
Generate a rule hit counter report from your PCE
-
Run the tool:
./rhc_plus -report <rule_hit_counter_report.csv> -rules <rules.csv>
Optional: Add
-json
flag to also generate JSON output./rhc_plus -report <rule_hit_counter_report.csv> -rules <rules.csv> -json
-
The tool will generate:
- A new CSV file named
<original_report>_plus.csv
- If JSON flag is used, also generates
<original_report>_plus.json
- A new CSV file named
- Combines rule hit counter data with detailed rule information
- Supports both CSV and JSON output formats
- Handles both active and draft rules
Override deny rules are not currently supported as Workloader cannot export these rules at this time. This functionality will be added in a future release.