At the top of the page, select your Google Cloud project.
From the time-range menu, select a range for which you want to query
maintenance logs. For example, you can query for logs that
Memorystore for Redis Cluster captured over the past 30 days.
In the Query builder, add the following lines of code:
At the top of the page, select your Google Cloud project.
From the time-range menu, select a range for which you want to query
maintenance logs. For example, you can query for logs that
Memorystore for Redis Cluster captured over the past 30 days.
In the Query builder, add the following lines of code:
At the top of the page, select your Google Cloud project.
From the time-range menu, select a range for which you want to query
maintenance logs. For example, you can query for logs that
Memorystore for Redis Cluster captured over the past 30 days.
In the Query builder, add the following lines of code:
At the top of the page, select your Google Cloud project.
From the time-range menu, select a range for which you want to query
maintenance logs. For example, you can query for logs that
Memorystore for Redis Cluster captured over the past 30 days.
In the Query builder, add the following lines of code:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-26 UTC."],[],[],null,["This page describes how to find and use [Cloud Logging](/logging/docs) to\nquery and view maintenance logs for a cluster in Memorystore for Redis Cluster.\n\nView logs for scheduled maintenance\n\nYou can use the Google Cloud console to query and view logs for scheduled\nmaintenance. \n\nConsole\n\n1. In the Google Cloud console, go to the **Logs Explorer** page.\n\n [Logs Explorer](https://console.cloud.google.com/logs/query?)\n2. At the top of the page, select your Google Cloud project.\n\n3. From the time-range menu, select a range for which you want to query\n maintenance logs. For example, you can query for logs that\n Memorystore for Redis Cluster captured over the past 30 days.\n\n4. In the Query builder, add the following lines of code:\n\n ```\n logName=\"projects/PROJECT_NAME/logs/maintenance.googleapis.com%2Factivity_log\"\n labels.activity_type_name=\"CloudRedisClusterRolloutAdvanced\"\n ```\n\n Replace \u003cvar translate=\"no\"\u003ePROJECT_NAME\u003c/var\u003e with the name of your\n Google Cloud project.\n5. Click **Run query**. The logs appear for scheduled maintenance.\n\nView logs for in-progress maintenance\n\nYou can use the Google Cloud console to query and view logs for maintenance that's\nin progress. \n\nConsole\n\n1. In the Google Cloud console, go to the **Logs Explorer** page.\n\n [Logs Explorer](https://console.cloud.google.com/logs/query?)\n2. At the top of the page, select your Google Cloud project.\n\n3. From the time-range menu, select a range for which you want to query\n maintenance logs. For example, you can query for logs that\n Memorystore for Redis Cluster captured over the past 30 days.\n\n4. In the Query builder, add the following lines of code:\n\n ```\n logName=\"projects/PROJECT_NAME/logs/maintenance.googleapis.com%2Factivity_log\"\n labels.activity_type_name=\"CloudRedisClusterRolloutInProgress\"\n labels.is_completed=\"false\"\n ```\n\n Replace \u003cvar translate=\"no\"\u003ePROJECT_NAME\u003c/var\u003e with the name of your\n Google Cloud project.\n5. Click **Run query**. The logs appear for maintenance that's in progress.\n\nView logs for completed maintenance\n\nYou can use the Google Cloud console to query and view logs for maintenance that's\ncompleted. \n\nConsole\n\n1. In the Google Cloud console, go to the **Logs Explorer** page.\n\n [Logs Explorer](https://console.cloud.google.com/logs/query?)\n2. At the top of the page, select your Google Cloud project.\n\n3. From the time-range menu, select a range for which you want to query\n maintenance logs. For example, you can query for logs that\n Memorystore for Redis Cluster captured over the past 30 days.\n\n4. In the Query builder, add the following lines of code:\n\n ```\n logName=\"projects/PROJECT_NAME/logs/maintenance.googleapis.com%2Factivity_log\"\n labels.activity_type_name=\"CloudRedisClusterRolloutInProgress\"\n labels.is_completed=\"true\"\n ```\n\n Replace \u003cvar translate=\"no\"\u003ePROJECT_NAME\u003c/var\u003e with the name of your\n Google Cloud project.\n5. Click **Run query**. The logs appear for maintenance that's completed.\n\nView logs for canceled maintenance\n\nYou can use the Google Cloud console to query and view logs for maintenance that's\ncanceled. \n\nConsole\n\n1. In the Google Cloud console, go to the **Logs Explorer** page.\n\n [Logs Explorer](https://console.cloud.google.com/logs/query?)\n2. At the top of the page, select your Google Cloud project.\n\n3. From the time-range menu, select a range for which you want to query\n maintenance logs. For example, you can query for logs that\n Memorystore for Redis Cluster captured over the past 30 days.\n\n4. In the Query builder, add the following lines of code:\n\n ```\n logName=\"projects/PROJECT_NAME/logs/maintenance.googleapis.com%2Factivity_log\"\n labels.activity_type_name=\"CloudRedisClusterRolloutCanceled\"\n ```\n\n Replace \u003cvar translate=\"no\"\u003ePROJECT_NAME\u003c/var\u003e with the name of your\n Google Cloud project.\n5. Click **Run query**. The logs appear for maintenance that's canceled."]]