Closed tristanlatr closed 4 years ago
Hello,
This is probably linked to the splitting feature of the EventManager. To be sure of this hypotheses, please simplify you code as follow and confirm if it works.
import msiempy.event
events = msiempy.event.EventManager(
time_range='CUSTOM',
start_time='2019-10-16',
end_time='2019-10-31',
fields=['Name','EventCount','Category','UserIDSrc','IPSID'],
filters=[('NormID', ['537919488']) ],
limit=500)
events.load_data()
print (events.json)
Hello,
2 things :
pip install --upgrade msiempy
, then tell us if the more simple script is workingpip install -i https://test.pypi.org/simple/ msiempy==0.1.18.dev1
and retry your genuine script and tell us if it works.Thanks
The version 0.1.18
should have fixed this issue.
This issue is from someone sending us emails, please directly create new issue in the future :) Trying to filter data from a specific normalize ID.
here is the code:
here is the output
Microsoft Windows [Version 10.0.17134.648] (c) 2018 Microsoft Corporation. All rights reserved.
Can you help me to fix the issue?