Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mkrygeri/kentik-oci

Repository files navigation

kentik-oci

This is POC python code that will subscribe to an OCI flowlog stream and send it to Kentik. It is currently recomended that this be run as a container for ease of use. This can be run as commandline script if the python3 requirements in requirements.txt are installed. All testing done on Ubuntu 22.04.

  1. Copy config.example.yaml to config.yaml
  2. Populate all the config variables for Kentik and OCI
  3. run python3 kentik-oci.py

##installing as a systemd service

  1. Create config.yaml as seen above
  2. Edit the kentik.env file and put in your tokens
  3. Install python(if not installed)
  4. run "pip install -r requirements.txt" in order to install any required python libraries.
  5. chmod +x service.sh
  6. Run ./service.sh
  7. Check service by running "systemctl status kentik-oci.service"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published