Redgate Monitor 14

Redgate Assistant

Availability: Public preview. Self-hosted Redgate Monitor 14.28 or later only - Redgate Assistant is not available on earlier versions or on Redgate Monitor SaaS.

Redgate Assistant (RGA) is an AI assistant built into Redgate Monitor. RGA is disabled by default, see Prerequisites to enabling RGA to enable it. 

Ask a question in plain language about the health and performance of your estate, and RGA answers from Monitor's own data to help you find what's going on. It is currently available through the Global Dashboard (Overview tab) and the Server overview (for SQL Server on Windows).

To learn more about Redgate AI, visit our AI hub.

Prerequisites to enabling RGA:

For administrators:

  1. Ensure that each user's firewall doesn't block "ai.redgate.cloud" on port "443" (https).
  2. If you have created a Redgate organization before, ensure you have opted-in to use AI features in Redgate portal. To find out more about the Redgate organization authentication, refer to Creating a Redgate Organization.
  3. If you have customized the Content-Security-Policy header in %ProgramData%\Red Gate\Redgate Monitor\appsettings.json , ensure https://ai.redgate.cloud has been added to frame-src and that wss://ai.redgate.cloud has been added to connect-src. See Troubleshooting below.
  4. Navigate to Configuration > AI settings and enable the toggle switch under Redgate Assistant.

 For other users:

Disabling Redgate Assistant

To turn Redgate Assistant off for one Monitor instance, go to Configuration > AI settings and switch it off.

To turn AI features off for everyone in your organization — across Redgate Assistant and other Redgate products — see Managing AI features for your organization.

How to launch in Redgate Monitor

For example, navigate to the Overview page and click the Redgate Assistant button to launch.


Sign in


Type your Redgate ID credentials


Start chatting or click on one of our suggestions!


What can RGA do?

Currently RGA can do the following:

Tool nameTool descriptionVersion introduced
get_base_monitorsLists the connected base monitors in the installation.14.28
get_monitored_serversLists monitored servers for a base monitor, with identifiers and monitoring status.14.28
get_metricsReturns time-series metric data (for example CPU usage) for a monitored server.
14.28
get_sql_server_top_queriesReturns the top SQL Server queries by resource usage for a time range.14.28
get_sql_server_top_waitsReturns the top SQL Server wait types for a time range.14.28
get_sql_server_queries_per_waitReturns the queries contributing to a specific SQL Server wait type for a time range.
14.28
get_sql_server_estimated_query_planReturns the estimated execution plan for a query.14.28
get_sql_server_actual_query_planReturns the most recent actual (post-execution) plan captured for a query.14.28
get_alertsReturns alerts raised within a time window, including type, status, and severity.14.28
get_alert_detailsReturns the full details of a single alert.14.28
get_monitor_documentationPoints the assistant at the Redgate Monitor documentation for questions the data tools can't answer.14.28

FAQ: 

  • Are users and groups permissions reflected in RGA?

    RGA works along with all authentication types in Monitor. User with restricted access to servers will only be permitted to query their allowed instances.

Troubleshooting

The Redgate Assistant panel is empty or does not load

Open the browser developer tools and check the Console tab. If you see a message that contains "violates the following Content Security Policy directive" and lists https://ai.redgate.cloud or wss://ai.redgate.cloud, your Redgate Monitor website is sending a Content-Security-Policy header that does not allow Redgate Assistant.

This may happen if you have set your own Content-Security-Policy value in the customHeaders section of %ProgramData%\Red Gate\Redgate Monitor\appsettings.json  (Linux: /etc/opt/redgate/redgatemonitor/appsettings.json ). If your value replaces the default values that Redgate Monitor installs, it may not include the Redgate Assistant hosts.

To fix:

1. Open appsettings.json  in %ProgramData%\Red Gate\Redgate Monitor .
2. In the Content-Security-Policy value, add https://ai.redgate.cloud to the frame-src directive and wss://ai.redgate.cloud to the connect-src directive.
3. Restart the Redgate Monitor Web Service.

Do not edit the appsettings.json file in the installation folder. Redgate Monitor replaces that file on every upgrade.

If the console shows a network error, check that the user's firewall and proxy allow HTTPS and WebSocket traffic to ai.redgate.cloud on port 443.

This documentation contains proprietary information and is protected by copyright law.
Copyright © 2026 Red Gate Software Limited. All rights reserved


Didn't find what you were looking for?