You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am setting up parsedmarc to collect messages from a msgraph mailbox and send them to splunk.
When I run the service, it stalls on the delete_message step. I tried changing the delete setting to false, but the move_message step also stalls.
I have manually tested the msgraph API and the Splunk HEC API successfully.
I don't know what I'm missing as there are no errors.
Here is my parsedmarc.ini file, with the credentials removed.
[general]
save_aggregate = True
save_forensic = True
debug = True
n_procs = 6
chunk_size = 50
silent = False
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I am setting up parsedmarc to collect messages from a msgraph mailbox and send them to splunk.
When I run the service, it stalls on the delete_message step. I tried changing the delete setting to false, but the move_message step also stalls.
I have manually tested the msgraph API and the Splunk HEC API successfully.
I don't know what I'm missing as there are no errors.
Here is my parsedmarc.ini file, with the credentials removed.
[general]
save_aggregate = True
save_forensic = True
debug = True
n_procs = 6
chunk_size = 50
silent = False
[mailbox]
watch = True
delete = False
batch_size = 1
[msgraph]
auth_method = ClientSecret
client_id = my_client_id
client_secret = my_client_secret
tenant_id = my_tenant_id
mailbox = my_mailbox
[splunk_hec]
url = xx
token = xx
index = parsedmarc
skip_certificate_verification = True
Any help is appreciated, thanks
Beta Was this translation helpful? Give feedback.
All reactions