graylog2thehive icon indicating copy to clipboard operation
graylog2thehive copied to clipboard

Create alerts in The Hive from your Graylog alerts, to be turned into Hive cases.

Results 5 graylog2thehive issues
Sort by recently updated
recently updated
newest added

Trouble with work. With this fix from issues - launched fine.

After using `pip install -r requirements.txt` Have an error: ``` ERROR: Could not find a version that satisfies the requirement json (from -r requirements.txt (line 3)) (from versions: none) ERROR:...

Hi, Thank you for creating this. It seems that it fails to start with thehive4py 1.7.1 it works fine when we install with "pip install thehive4py==1.6.0" Jun 08 08:29:22 thehive4...

Traceback (most recent call last): File "/home/socadmin/.local/lib/python3.10/site-packages/flask/app.py", line 1455, in wsgi_app response = self.full_dispatch_request() File "/home/socadmin/.local/lib/python3.10/site-packages/flask/app.py", line 869, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/socadmin/.local/lib/python3.10/site-packages/flask/app.py", line 867, in full_dispatch_request rv...

`git clone https://github.com/ReconInfoSec/graylog2thehive.git /opt/graylog2thehive` Add a run_as user/group ie: myusername > root@thehive:/opt/graylog2thehive# adduser myusername > root@thehive:/opt/graylog2thehive# chown myusername:myusername /opt/graylog2thehive/ -R Update the .service file with the local username/group, and change...