Closed Mireg-V closed 1 month ago
PUT /ingest_file?plugin=win_evtx.py&operation_id=1&context=cxz&client_id=-1
"client_id": -1 do not exist obviously (indexes start at 1, where 1 is the default one created by gulp when index do not exist). "user_id" is not among the requested parameters.
check https://github.com/rcskunkworks/gulpclient-dotnet/blob/develop/api/ClientIngest.cs#L12 to implement ingestion.
Description:
When making a
PUT
request to ingest a file without providing auser_id
, the server returns a500 Internal Server Error
. The error occurs during the validation process for theclient_id
.Request:
Response: