Part 1: Looker Data Ingestion
Set up a Looker API key so ConfigView can pull your Looker data (users, groups, attributes) into the dashboard.Step 1: Create an API Key
- In Looker, click your avatar in the top-right and go to Admin.
- Under Users, click Users.
- Find the user you want the key to belong to (a dedicated service-account user is recommended) and click Edit.
- Scroll to API Keys and click Edit Keys.
- Click New API Key.
- Document the Client ID and Client Secret — the secret is only shown once.
Note: The user that owns the API key must have the Admin role so ConfigView can list users, groups, and user attributes.
Step 2: Add the Credentials to ConfigView
- Go to your ConfigView dashboard:
https://{companyname}.configview.com/admin/secret/ - Click Add Secret
- Create the following secrets:
LOOKER_CLIENT_ID: The Client ID from Step 1LOOKER_CLIENT_SECRET: The Client Secret from Step 1LOOKER_BASE_URL: Your Looker subdomain (the part before.cloud.looker.comin your Looker URL)
- Click Save
Step 3: Enable the Looker App in ConfigView
- Go to:
https://{companyname}.configview.com/admin/app/ - You should see Looker in the list of available apps
- Select the scripts you want to run.
- Click Save
Step 4: Verify
- Go to:
https://{companyname}.configview.com/admin/status/ - Run the Looker health check.
- All checks should pass.
Data Tables
Once the scripts run, the corresponding Looker tables will be created in your database. All tables include arun_at column for historical tracking.