idaholab / Malcolm

Malcolm is a powerful, easily deployable network traffic analysis tool suite for full packet capture artifacts (PCAP files), Zeek logs and Suricata alerts.
https://idaholab.github.io/Malcolm/
Other
327 stars 53 forks source link

allow user to specify prefix for dashboards #455

Closed mmguero closed 2 months ago

mmguero commented 3 months ago

Add an environment variable (config/dashboards-helper.env, something like DASHBOARDS_PREFIX) that will be prepended to dashboards names as they are inserted. This will allow users who have dashboards from other sources to differentiate between those and Malcolm's.

mmguero commented 2 months ago

e.g.,

$ grep PREFIX config/dashboards-helper.env 
DASHBOARDS_PREFIX=Malcolm

results in:

Image

Image

The titles in the navigation pane won't be updated (e.g., the link will still say "Overview" in the navigation pane, but the actual dashboard name is "XXXXXX Overview")