melv33n

Results 13 comments of melv33n

Hi! Having same issue. After reading the [Wiki](https://docs.zeek.org/en/master/frameworks/file-analysis.html#file-analysis-framework) there is no config setting to setup that "cleanup" system. @gFazzari Did you find any solution to this (a part of setting...

This is such a nice idea in order to monitor and audit shuffle access. Meanwhile, where are these logs stored? Can I fetch them directly from elastic? Which indexes keep...

Did you find out how to do this? I'm trying to check new "imported" cases from alerts like here https://github.com/TheHive-Project/TheHive/issues/1986 but that syntax doesn't work for me.

Hey @legmelca, I've been playing around this week with webhooks and I think i can help you debug this. 1. Set trigger to AnyEvent like: `"value": [ { "delegate": False,...

Hi, this happening again to me after updating to 2.0.0 and rebuilding containers. Schedules are 'stop' on both interfaces but they keep running. Now it's happening to ALL workflows after...

> @melv33n could you send this PR to the 2.0.0 branch, and remove your changes to the run.sh script? We want the backend code to be checking everything itself and...

Wondering if it could be possible to add this "single app processing" funcion/handler that's going to be necessary for solving this but to a new endpoint like: `r.HandleFunc("/api/v1/apps/{appId}/run_hotload", handleSingleAppHotloadRequest).Methods("GET", "OPTIONS")`...

Hi @frikky, This was mentioned in a support videocall with yash. I was asking them if there was a reason to map the timestamps as long field values on opensearch...

I've been working on this issue this morning, and there’s an easy fix. Re-mapping the database index should be enough, and no backend code changes are necessary (at least for...

> Thanks for sharing! How does it work when Shuffle re-loads this data back in? Do you get proper timestamps in Shuffle, or do they all just say 0, as...