Alexandre Dulaunoy

Results 382 comments of Alexandre Dulaunoy

Thanks we will do a quick review internally and merge it soon. Thanks again for the contribution!

We will remove it. For more info about sizing your MISP instance : https://www.misp-project.org/sizing-your-misp-instance/

Thanks for the work on this. Any news for the merge in the default branch? We recently saw https://github.com/bitnom/aiorealtime so maybe it's another option.

Thanks a lot for the ideas. - For tracking queries, I'll add table of hashes with hits and no hits. It will also add a pub-sub channel for it. -...

- [X] Pub-sub functionality for hit-missed added in 31ac93e764278d40e99e1e95534850ad65a850af - [X] Add a hit/miss zrank option to add statistics in 72b462b5ea858f7973fa17dc1cd575c5433df277 - [ ] Support statistics for bulk search too...

This could be already partially supported by https://github.com/hashlookup/hashlookup-json-importer - maybe we could update it a bit to add additional meta.

Good idea. I will add this in the next days. For the time being, if you want to see what's going on, you can do a tail -f ./var/log/* in...

Hi Matthias, I did a small test writing a file named "ö.txt" in the share directory. http://127.0.0.1:12555/q/?v=%C3%B6 I didn't get the same exception. Could you start a Python on the...

I found the issue(s) but I'm currently struggling how to fix it properly, the issue is from the incoming value from the filename (encoded in UTF-8) but the default codec...