সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
লগ এক্সপ্লোরার হল Google Google ক্লাউড কনসোলের একটি টুল যা আপনি সংরক্ষণ করা লগ এন্ট্রিগুলি পুনরুদ্ধার করতে, দেখতে এবং বিশ্লেষণ করতে ব্যবহার করতে পারেন৷ ফ্লিট ইঞ্জিন লগগুলি পরিদর্শন করতে লগ এক্সপ্লোরার ব্যবহার করুন এবং সেই লগগুলির বিরুদ্ধে প্রশ্ন লিখুন৷
Google ক্লাউড কনসোল থেকে লগ এক্সপ্লোরার অ্যাক্সেস করতে:
নিম্নলিখিত উদাহরণের প্রশ্নগুলি দেখায় কিভাবে আপনি লগ এক্সপ্লোরারে বিভিন্ন লগ এন্ট্রি অনুসন্ধান করতে পারেন৷ কিভাবে প্রশ্ন তৈরি করতে হয় সে সম্পর্কে আরও তথ্যের জন্য লগিং ক্যোয়ারী ভাষা দেখুন।
সমস্ত ফ্লিট ইঞ্জিন লগ দেখুন
type.googleapis.com/maps.fleetengine
ফ্লিট ইঞ্জিনে সমস্ত RPC দেখুন যা একটি ত্রুটি ফিরিয়ে দিয়েছে
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-08-15 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThe Logs Explorer in the Google Cloud console allows you to retrieve, view, and analyze Fleet Engine log entries to gain insights into your operations.\u003c/p\u003e\n"],["\u003cp\u003eYou can use the Logs Explorer to inspect specific log entries by building queries with filters such as vehicle ID, trip ID, time period, and error types.\u003c/p\u003e\n"],["\u003cp\u003eExample queries are provided to assist you in searching for different log entries, including how to view all Fleet Engine logs or filter logs for specific criteria.\u003c/p\u003e\n"],["\u003cp\u003eFor a deeper dive into query construction and advanced options, refer to the Logging query language and Cloud documentation resources linked in the content.\u003c/p\u003e\n"]]],["The Logs Explorer, a Google Cloud console tool, allows users to retrieve, view, and analyze stored log entries, specifically Fleet Engine logs. Access it by searching \"Logs Explorer\" in the console. Users can write queries to search for different log entries using the Logging query language. Example queries include viewing all Fleet Engine logs, error-returning RPCs, logs for specific vehicle or trip IDs, and logs within specific time periods. The documentation link provides further guidance on exploring and understanding the structure of logs.\n"],null,["The Logs Explorer is a tool in the Google Google Cloud console\nthat you can use to retrieve, view, and analyze stored log entries. Use the\nLogs Explorer to inspect Fleet Engine logs and write queries against\nthose logs.\n\nTo access the Logs Explorer from the Google Cloud console:\n\n1. Open the [Google Cloud console](https://console.cloud.google.com).\n2. In the Search box at the top, enter *Logs Explorer*.\n3. Select **Logs Explorer** to open it.\n\nFor an overview on how to use the Logs Explorer, see [View logs by\nusing the Logs Explorer](https://cloud.google.com/logging/docs/view/logs-explorer-interface).\n\nExample queries for Log Explorer\n\nThe following example queries show how you can search for different log entries\nin the Logs Explorer. For more information on how to build queries\nsee [Logging query language](https://cloud.google.com/logging/docs/view/logging-query-language).\n\nView all Fleet Engine logs \n\n type.googleapis.com/maps.fleetengine\n\nView all RPCs to Fleet Engine that returned an error \n\n resource.type:\"fleetengine.googleapis.com\"\n severity=ERROR\n -- Show logs of RPCs made to the UpdateVehicle method.\n logName=\"projects/project-id/logs/fleetengine.googleapis.com%2Fupdate_vehicle\"\n\nShow logs for a specific vehicle ID \n\n resource.type=\"fleetengine.googleapis.com/Fleet\"\n labels.vehicle_id=\"vehicle_id\"\n\nShow logs for a specific trip ID\n\n- To make sure your query captures all logs, use the `=~` operator.\n- This filter matches any log that includes the value in the label, rather than performing a strict equality check.\n\n resource.type=\"fleetengine.googleapis.com/Fleet\"\n labels.trip_id=~\"trip_id\"\n\nShow logs for a vehicle over a specific time period \n\n resource.type=\"fleetengine.googleapis.com/Fleet\"\n labels.vehicle_id=\"vehicle_id\"\n timestamp\u003e=\"2020-09-24T20:00:00.000Z\"\n timestamp\u003c\"2020-09-24T21:00:00.000Z\"\n\n| **Note:** Time values in this example are in Coordinated Universal Time (UTC) format. To specify a time zone, replace the letter Z at the end of the timestamp with +hh:mm or -hh:mm. For more information, see the [Cloud\n| documentation](https://cloud.google.com/logging/docs/view/advanced-queries).\n\nWhat's next\n\nExplore the contents of your logs and [understand log structure](/maps/documentation/mobility/operations/cloud-logging/log-structure)."]]