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
Filter bot with paths fails. It seems that it fails for every queue in destination_queues.
It happens on intelmq 2.0.1 installed using pip and CentOS native package.
Error:
intelmqctl run Filter-Expert process --show-sent --msg ' { "source.ip": "93.184.216.34", "source.geolocation.cc": "UU", "time.observation": "2015-01-01T00:00:00+00:00" }'
Traceback (most recent call last):
File "/bin/intelmqctl", line 11, in <module>
load_entry_point('intelmq==2.0.1', 'console_scripts', 'intelmqctl')()
File "/usr/lib/python3.6/site-packages/intelmq/bin/intelmqctl.py", line 1710, in main
return x.run()
File "/usr/lib/python3.6/site-packages/intelmq/bin/intelmqctl.py", line 948, in run
retval, results = args.func(**args_dict)
File "/usr/lib/python3.6/site-packages/intelmq/bin/intelmqctl.py", line 955, in bot_run
return self.bot_process_manager.bot_run(**kwargs), None
File "/usr/lib/python3.6/site-packages/intelmq/bin/intelmqctl.py", line 162, in bot_run
loglevel=loglevel)
File "/usr/lib/python3.6/site-packages/intelmq/lib/bot_debugger.py", line 60, in __init__
self._process(dryrun, msg, show)
File "/usr/lib/python3.6/site-packages/intelmq/lib/bot_debugger.py", line 142, in _process
self.instance.process()
File "/usr/lib/python3.6/site-packages/intelmq/bots/experts/filter/expert.py", line 125, in process
path_permissive=True)
TypeError: <lambda>() got an unexpected keyword argument 'path_permissive'
Filter bot with paths fails. It seems that it fails for every queue in destination_queues.
It happens on intelmq 2.0.1 installed using pip and CentOS native package.
Error:
Example of pipeline.conf:
Example2
The text was updated successfully, but these errors were encountered: