Update dmarc_aggregate_dashboard.xml

This commit is contained in:
Sean Whalen
2024-03-28 16:07:13 -04:00
committed by GitHub
parent 9084d32040
commit 7a8781ef5c

View File

@@ -74,7 +74,7 @@
<fieldForLabel>source_type</fieldForLabel>
<fieldForValue>source_type</fieldForValue>
<search>
<query>index="email_ess" sourcetype="dmarc:aggregate"
<query>index="email" sourcetype="dmarc:aggregate"
| stats count by source_type</query>
</search>
</input>
@@ -86,7 +86,7 @@
<fieldForLabel>source_name</fieldForLabel>
<fieldForValue>source_name</fieldForValue>
<search>
<query>index="email_ess" sourcetype="dmarc:aggregate" source_type=$source_type$
<query>index="email" sourcetype="dmarc:aggregate" source_type="$source_type$"
| stats count by source_name</query>
</search>
</input>
@@ -307,4 +307,4 @@
</table>
</panel>
</row>
</form>
</form>