Closed tristanlatr closed 4 years ago
Should be fixed in last release
The issue persist and it looks like it could be the custom query used by Event.data_from_id(use_query=True)
that the SIEM doesn't like
@rhart211 do you think it's the query that triggers the error or my SIEM has a problem ?
It seems not to be an issue anymore since the api_request() method is retried anyway in case of any error + Handling timerange and trying with 15 days if 1 year failed in the Event.data_from_id(use_query=True) method
Describe
SIEM and msiempy versions: msiempy verison: 0.2.3 ESM version: 11.2.1 20190725050014
Additional context Need to add
ERROR_JobEngine_CannotConnectToJobEngine
to theqry_load_data()
retry conditions. Here : https://github.com/mfesiem/msiempy/blob/59b5da7e38ee6d3ce7b78edd234e27a6c7efff8d/msiempy/event.py#L206