Jason Grey

Results 10 comments of Jason Grey

same. Os: PopOS Kernel: 6.6.10-76060610-generic Windowmanager: GNOME Shell (X11) CPU: Intel Core i9-13900K GPU1: NVIDIA GeForce RTX 4090

I ran into this as well - what is common practice/solution? anyone have any luck?

Same issue here on Windows 2008 R2. (Collector 0.4.2)

Looks like this may not be fixed? See the latest commit... graylog-collector is being deprecated in favor of: https://github.com/Graylog2/collector-sidecar

@sebastian-nagel - thank you for the review, it's greatly appreciated. > NamedTemporyFile Yes - that is exactly right. Some parts of the jobs we run use external tools, so we...

OK @sebastian-nagel - I'm reasonably happy with this version. The only slight downside is due to the way it's packaged, we now have to depend on warcio when it's not...

I've since enhanced this further with 3 more functions: * validate_s3_bucket_from_uri * check_for_output_file * write_output_file These are mostly convenience functions which do as they each say for local file paths...

> Seems like awscli is installed twice, once by apt and once by pip? Well, sort of - I assume the one in requirements.txt is to support folks not using...

A few things @wumpus bottom line up front - I actually think we should remove that install-collections script from docker build all together. details: 1. installing awscli via python only...

@wumpus I updated Readme, requirements, and docker to be in alignment with that POV explained in last comment.