Skip to content

Chrxxxxs/graylog_api_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :)

Last tested Graylog Version is: 6.3.4

Planned:

  1. Tests that run against a Graylog instance to check if the Wrapper works after Graylog Updates

Test Environment:

  1. Install docker and docker-compose
  2. Copy the sample docker-compose file by Graylog for the open-core and create a .env file with the needed values
  3. docker-compose up
  4. Log in and create an api-key

About

A low-level Python Wrapper for the Graylog API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages