mirror of
https://github.com/domainaware/parsedmarc.git
synced 2026-02-22 01:06:24 +00:00
Update documentation files (output.md, usage.md, kibana.md, splunk.md, elasticsearch.md, index.md, example.ini) and dashboard configurations (Grafana JSON, Kibana ndjson, Splunk XML) to use "failure" terminology instead of "forensic", consistent with the codebase rename. - CLI args: --forensic-* → --failure-* - Config keys: save_forensic → save_failure, forensic_topic → failure_topic, etc. - Index names: dmarc_forensic → dmarc_failure - Splunk dashboard: renamed file from dmarc_forensic_dashboard.xml to dmarc_failure_dashboard.xml - Backward-compat note preserved: "formerly known as forensic reports" Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
32 lines
571 B
INI
32 lines
571 B
INI
# This is an example comment
|
|
|
|
[general]
|
|
save_aggregate = True
|
|
save_failure = True
|
|
|
|
[imap]
|
|
host = imap.example.com
|
|
user = dmarcresports@example.com
|
|
password = $uperSecure
|
|
watch = True
|
|
|
|
[elasticsearch]
|
|
hosts = 127.0.0.1:9200
|
|
ssl = False
|
|
|
|
[splunk_hec]
|
|
url = https://splunkhec.example.com
|
|
token = HECTokenGoesHere
|
|
index = email
|
|
|
|
[s3]
|
|
bucket = my-bucket
|
|
path = parsedmarc
|
|
|
|
[gmail_api]
|
|
credentials_file = /etc/example/credentials.json
|
|
token_file = /etc/example/token.json
|
|
include_spam_trash = True
|
|
paginate_messages = True
|
|
scopes = https://www.googleapis.com/auth/gmail.modify
|