Omer Yampel
Omer Yampel
Try -p 8035:8080 . Airflow's webserver runs on 8080 and not 8035, so you need to expose the container's 8080 on the hosts 8035 -p $HOSTPORT:$CONTAINERPORT
Do you mean via python or the GUI?
That sounds like a good idea. I'm guessing someone wouldn't want to add a full graph. I'll try to write something that maps specific `Edge` or `Node` objects to their...
I would focus on the objects in here: https://github.com/yampelo/beagle/tree/master/beagle/nodes rather than the parsers. The parser will only ever return instances of these classes (or subclasses of them)
What was the bug you had?
Go for it! Submit a pull request with any code you want merged in and i'll review it. Please try and use the same style as the rest of the...
@omerbenamram It's mainly a question of do i change the output of your tool to match what i was working off of before, or do i change all the functions...
hmm, It might be best to hold off. Im thinking about making the mutators a component in the python library as well, so it might be best to hold off...
I'm guessing your procmon events don't fall into any of these categories: https://github.com/yampelo/beagle/blob/master/beagle/transformers/procmon_transformer.py#L15 I only had a handful of procmon exports available, and they may not have been thorough enough...
hey, can you reupload the files?