This is a low level Graylog API Wrapper heavily based on the guide by pretzel.
As there are a lot of endpoints not all of them are implemented by now. I started by implementing the GET requests first. Also the API responses all follow very different schemas and an implementation of that into Python is probably not worth the effort which is why the responses from this API are so low-level. Feel free to add endpoints or schemas in PRs if you need them :)
Planned:
- Tests that run against a Graylog instance to check if the Wrapper works after Graylog Updates
- Install docker and docker-compose
- Copy the sample docker-compose file by Graylog for the open-core and create a .env file with the needed values
- docker-compose up
- Log in and create an api-key