As a New Relic user, you may run the same NRQL queries over and over again to monitor critical patterns, check for specific conditions, or generate regular reports. For example, you need to check daily for failed transactions, monitor weekly error rates, or track hourly performance metrics across your applications. This manual process is time-consuming and makes it easy to miss important insights when you're not actively monitoring.
Scheduled NRQL searches solve this problem by automating your repetitive queries. You can schedule queries to run automatically and receive results via email, so you'll stay informed about critical patterns without constant manual monitoring.
preview
We're still working on this feature, but we'd love for you to try it out!
This feature is currently provided as part of a preview program pursuant to our pre-release policies. During the preview period, this feature is accessible through the Logs UI, with plans to expand to other capabilities after general availability.
What you can do
Scheduled NRQL searches let you:
- Automate repetitive queries: Convert manual queries into automated workflows that run on your schedule.
- Stay informed proactively: Receive email notifications with query results delivered directly to your inbox.
- Flexible scheduling: Use custom cron expression schedules to define when queries run.
- Multiple output formats: Export results as CSV or JSON files attached to email notifications.
- Team collaboration: Send scheduled search results to multiple email recipients.
- Centralized management: View, edit, and manage all your scheduled searches from a single location in the Administration UI.
Prerequisites
To use scheduled NRQL searches, you need:
- User permissions: Workflow Automation permissions are required to create and manage scheduled searches.
- Account access: Access to the account where you want to schedule searches.
- Data access: Appropriate permissions to query the data you want to schedule. For example, if scheduling a query against log data, you need access to that log data.
중요
Scheduled NRQL searches are built on New Relic's Workflow Automation infrastructure. Your organization needs appropriate permissions to create and manage workflows.
Schedule a new search
To schedule a new automated NRQL search:
Access scheduled searches:
- Go to one.newrelic.com > Administration > Scheduled Searches.
- To configure a new search, from the Scheduled Searches page, click Schedule a search.
Configure your query:
- On the configuration modal, draft your NRQL query using standard NRQL syntax.
- Test your query to ensure it returns the expected results.
- To set up notification settings for the scheduled search, click Continue.
Set up notification:

This visualization shows the notification setup for a scheduled NRQL query.
Enter a name for your scheduled search.
Add an optional description to help identify the search purpose.
Set a destination to receive the query results. Currently, you can only send results to email destinations.
Enter a subject and message body for the email notification.
Select a query result format you want to include in the email.
To set a schedule for the email notifications, click Continue.
Set a schedule:
Currently it supports only cron expressions. Following are some common cron expression patterns for reference. Enter a cron expression and click Continue.
0 * * * *- Every hour at the top of the hour0 9 * * *- Every day at 9:00 AM0 9 * * 1- Every Monday at 9:00 AM0 0 1 * *- First day of every month at midnight*/15 * * * *- Every 15 minutes0 9 * * 1-5- Every weekday at 9:00 AM
Review, confirm, and schedule the search: Review your configuration. If you need to make further adjustments, switch back to the relevant step. After finalizing your configuration, click Schedule to create your automated search. The Scheduled searches page will display your new search in the list.
Manage scheduled searches
The Scheduled searches page in the Administration UI displays all your automated searches with their name, description, schedule, status, and next run time. From you can:
- Edit a search to update the query, schedule, notification settings, or output format.
- Delete a search.
What's next?
Now that you've set up scheduled NRQL searches:
- Learn more about NRQL queries to create more sophisticated automated searches.
- Configure alert email destinations to expand your notification options.
- Explore workflow automation for more advanced automation possibilities.