mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-02-17 07:03:58 +00:00
Use dark theme in Splunk dashboards
This commit is contained in:
24
splunk/README.rst
Normal file
24
splunk/README.rst
Normal file
@@ -0,0 +1,24 @@
|
||||
=================
|
||||
Splunk dashboards
|
||||
=================
|
||||
|
||||
Setup guide
|
||||
-----------
|
||||
|
||||
1. Navigate to the app you want to add the dashboards to, or create a new app called DMARC
|
||||
2. Click Dashboards
|
||||
3. Click Create New Dashboard
|
||||
4. Use a descriptive title, such as "Aggregate DMARC Data"
|
||||
5. Click Create Dashboard
|
||||
6. Click on the Source button
|
||||
7. Paste the content of ''dmarc_aggregate_dashboard.xml`` into the source editor
|
||||
8. If the index storing the DMARC data is not named email, replace index="email" accordingly
|
||||
9. Click Save
|
||||
10. Click Dashboards
|
||||
11. Click Create New Dashboard
|
||||
12. Use a descriptive title, such as "Forensic DMARC Data"
|
||||
13. Click Create Dashboard
|
||||
14. Click on the Source button
|
||||
15. Paste the content of ''dmarc_forensic_dashboard.xml`` into the source editor
|
||||
16. If the index storing the DMARC data is not named email, replace index="email" accordingly
|
||||
17. Click Save
|
||||
@@ -1,4 +1,4 @@
|
||||
<form>
|
||||
<form theme="dark">
|
||||
<label>Aggregate DMARC data</label>
|
||||
<description>A summary of aggregate DMARC report data</description>
|
||||
<fieldset submitButton="false" autoRun="true">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<form>
|
||||
<form theme="dark">
|
||||
<label>Forensic DMARC Data</label>
|
||||
<fieldset submitButton="false" autoRun="true">
|
||||
<input type="text" token="header_from" searchWhenChanged="true">
|
||||
|
||||
Reference in New Issue
Block a user