Skip to content

Commit

Permalink
Enable the Rules usage file visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Sep 17, 2024
1 parent 60b45e0 commit 9cebb5b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ services:
- SMUI_TOGGLE_EVENTHISTORY=true
- SMUI_RULE_TAGGING_ACTIVE=true
- SMUI_PREDEFINED_TAGS_FILE=/smui/conf/predefined_tags.json
- smui.target-environment.config=file:///smui/data/stats.csv
volumes:
- ./smui/data/:/smui/data
depends_on:
- mysql

Expand Down
3 changes: 3 additions & 0 deletions smui/data/stats.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SMUI_GUID,USER_QUERY,FREQUENCY
c4b10dea-1cd5-4361-83c6-d5c72691e343,laptop,6
c4b10dea-1cd5-4361-83c6-d5c72691e343,notebook,2

0 comments on commit 9cebb5b

Please sign in to comment.