Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.23 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.23 KB

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='[email protected]' \
    --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