Skip to content

sween/rivian-logscale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rivian LogScale

Rivian Telemetry to Crowdstrike's LogScale

Aspiring Brick Builder

Documentation: LogScale

Build:

docker build -t rivian-logscale .
docker image tag rivian-logscale sween/rivian-logscale:latest
docker push sween/rivian-logscale:latest

Create a namespace and add your Rivian Credentials, LogScale apikey as a secret:

kubectl create ns rivian
kubectl create secret generic rivian-user-pass -n rivian \
    --from-literal=rivian_username='ron.sweeney+api@hotmale.com' \
    --from-literal=rivian_password='12345' # same as your luggage

kubectl create secret generic cs-logscale-creds -n rivian \
    --from-literal=apikey='xyz.....'

Apply as a CronJob

kubectl apply -f deploy/cronjob.yaml -n rivian

More Documentation and Errata over @ Deez Watts - A Rivian Data Adventure

Props

The Mace the-mace/rivian-python-api

kaedenbrinkman kaedenbrinkman/rivian-api

Author

Ron Sweeney sween