-
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Description
Hello,
I'm trying the latest version but I got this error
thread 'main' panicked at src\api_connection.rs:59:33:
Could not parse API login reply: error decoding response body: missing field `access_token` at line 1 column 623
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
the request is:
./OfficeAuditLogCollector.exe --tenant-id "xxxxxxx" --client-id "xxxxx" --secret-key "xxxxx" --config config.yaml
config file:
collect:
skipKnownLogs: True
workingDir: ./
maxThreads: 50
globalTimeout: 5
retries: 3
hoursToCollect: 168
contentTypes:
Audit.General: True
Audit.AzureActiveDirectory: True
Audit.Exchange: True
Audit.SharePoint: True
DLP.All: True
output:
file:
path: 'output.csv'
separateByContentType: True
separator: ';'
I'm using the client on window system
Metadata
Metadata
Assignees
Labels
No labels