Configuring Glean

Published on July 25th, 2025
OSS plugin

Introduction

The Glean plugin allows you to pull your Roadie data into Glean to enable unified search capabilities across your organization. This integration makes your Roadie catalog and tech docs searchable from Glean.

Basic Configuration

API Index URL

The index URL of the Glean API. This is the endpoint where Roadie will send your data to be indexed in Glean.

Data Source

The data source of the Glean API to use. This identifies which data source in Glean should receive the Roadie data.

For more information about data sources, see: Glean Data Sources Documentation

Connection Configuration Steps

glean-config.webp

Step 1: Configure Glean Connection

Visit https://<tenant-name>.roadie.so/administration/glean to configure your Glean connection.

Configure the following settings:

  • API Index URL: The index URL of your Glean API instance
  • Data Source: The data source identifier for Glean to categorize the Roadie data

Step 2: Add Glean API token

Navigate to Administration -> Secrets and add in you Glean API token to the secret called GLEAN_API_TOKEN.

References