We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In analyzercontex.py:251, I found this wonderfull line:
analyzercontex.py:251
'meta.format': {'$in': ["ecnspider1-zip-csv-ipfix"]},
I temporarily replaced it with
'meta.format': {'$in': ["ps-ecn-fjson-bz2"]},
but it should really be replaced with something that properly looks up the input types for the analyzer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In
analyzercontex.py:251
, I found this wonderfull line:I temporarily replaced it with
but it should really be replaced with something that properly looks up the input types for the analyzer
The text was updated successfully, but these errors were encountered: