From 99836f3bf067d98d18aca8c01bfe198b5dd65c1b Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Tue, 21 Jul 2026 22:17:08 -0400 Subject: [PATCH] Rename Overview combined-result column labels (Copilot round 3) The Overview table's "DKIM Auth Result" / "SPF Auth Result" labels were kept when the columns switched to the combined "selector / domain / result" values, leaving the headers misleading. Rename them to match the detail panels' convention and retarget the byName width overrides that matched the old labels, widening them for the longer values. Co-Authored-By: Claude Fable 5 --- dashboards/grafana/Grafana-DMARC_Reports.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dashboards/grafana/Grafana-DMARC_Reports.json b/dashboards/grafana/Grafana-DMARC_Reports.json index 88e9e54b..034c9896 100644 --- a/dashboards/grafana/Grafana-DMARC_Reports.json +++ b/dashboards/grafana/Grafana-DMARC_Reports.json @@ -2426,24 +2426,24 @@ { "matcher": { "id": "byName", - "options": "SPF Auth Result" + "options": "SPF Scope / Domain / Result" }, "properties": [ { "id": "custom.width", - "value": 115 + "value": 200 } ] }, { "matcher": { "id": "byName", - "options": "DKIM Auth Result" + "options": "DKIM Selector / Domain / Result" }, "properties": [ { "id": "custom.width", - "value": 123 + "value": 260 } ] }, @@ -2681,7 +2681,7 @@ "date_range": "Date", "disposition.keyword": "Disposition", "dkim_aligned": "DKIM", - "dkim_results_combined.keyword": "DKIM Auth Result", + "dkim_results_combined.keyword": "DKIM Selector / Domain / Result", "envelope_from.keyword": "Envelope From", "header_from.keyword": "Email Domain", "org_name.keyword": "Reporter", @@ -2690,7 +2690,7 @@ "source_ip_address.keyword": "Source IP", "source_reverse_dns.keyword": "PTR", "spf_aligned": "SPF", - "spf_results_combined.keyword": "SPF Auth Result" + "spf_results_combined.keyword": "SPF Scope / Domain / Result" } } }