Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion roles/debian/wazuh/templates/generate_weekly_report.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ opensearch-reporting-cli \
-f pdf \
-n "$REPORT_NAME" \
-e smtp \
-s "{{ wazuh.mitre_report.e-mail_from }}" \
-s "{{ wazuh.mitre_report.e_mail_from }}" \
-r "{{ wazuh.manager.wazuh_manager_mailto}}" \
--subject "Weekly OpenSearch Report - $(date '+%B %d, %Y')" \
--note "Hi,\n\nPlease find attached the weekly Wazuh Mitre report covering the last 7 days.\n\nReport generated on: $(date '+%Y-%m-%d %H:%M:%S')\n\nBest regards,\nAutomated Reporting System" \
Expand Down
Loading