Stay organized with collections
Save and categorize content based on your preferences.
This document provides an overview of Cloud VPN maintenance
events and how you can identify them using log messages.
In the Google Cloud console, the following messages might appear: Starting VPN
Task maintenance or VPN task maintenance Completed. These messages
indicate that a Cloud VPN maintenance event occurred during a specific time
period.
View Cloud VPN maintenance events
You can view maintenance event logs by using the Google Cloud console.
Console
In the Google Cloud console, go to the Logs Explorer page.
Starting VPN Task maintenance: this message indicates
the beginning of the maintenance process for a specific VPN task.
VPN task maintenance Completed: this message confirms that
the maintenance for the VPN task has successfully finished.
These maintenance activities are designed to be non-disruptive, so that users
have continuous service—no packet loss, service
interruptions, or downtime during these events.
[[["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-28 UTC."],[],[],null,["# Identify VPN maintenance events\n\nThis document provides an overview of Cloud VPN maintenance\nevents and how you can identify them using log messages.\n\nIn the Google Cloud console, the following messages might appear: **Starting VPN\nTask maintenance** or **VPN task maintenance Completed**. These messages\nindicate that a Cloud VPN maintenance event occurred during a specific time\nperiod.\n\nView Cloud VPN maintenance events\n---------------------------------\n\nYou can view maintenance event logs by using the Google Cloud console. \n\n### Console\n\n1. In the Google Cloud console, go to the **Logs Explorer** page.\n\n\n [Go to Logs Explorer](https://console.cloud.google.com/logs/query)\n\n \u003cbr /\u003e\n\n2. Select the **Cloud VPN Gateway** as Resource Type.\n\n3. In the **Logs** column, click **View**.\n\n The default query appears in the query builder.\n4. From the default query, note the value of the tunnel ID of the\n `resource.labels.tunnel_id` variable.\n\n5. Build a new query by using the `resource.labels.tunnel_id` value from\n the previous query as follows:\n\n ```\n resource.labels.tunnel_id=TUNNEL_ID textPayload=~\"Starting VPN\n Task maintenance\" \n ```\n6. Check the logs for the following messages:\n\n - **Starting VPN Task maintenance**: this message indicates\n the beginning of the maintenance process for a specific VPN task.\n\n - **VPN task maintenance Completed**: this message confirms that\n the maintenance for the VPN task has successfully finished.\n\nThese maintenance activities are designed to be non-disruptive, so that users\nhave continuous service---no packet loss, service\ninterruptions, or downtime during these events."]]