← All integrations
RS
Data warehouse
Kribana + Redshift
Replicate metering and revenue tables into Redshift.
What it does
Kribana writes usage, invoice and ledger tables into a Redshift cluster you control, so existing BI tools pointed at Redshift pick up billing data without a separate pipeline.
Setup steps
1In Kribana, go to Settings → Integrations → Data warehouse and select Redshift.
2Provide your cluster endpoint, port, database name and a service credential.
3Choose which tables to sync and the sync schedule.
4Run the first sync and query the tables from your BI tool to confirm.
What syncs
Usage events table
Invoices and line items
Wallet ledger entries
Entitlement change log
Quick start
curl https://api.kribana.com/v1/integrations/redshift \ -H "Authorization: Bearer $KRIBANA_KEY" \ -d host="cluster.abc123.us-east-1.redshift.amazonaws.com" \ -d database="billing"