File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 33This directory contains an opinionated implementation of the Import Logs
44solution that imports logs that were previously exported to Cloud Storage back
55to Cloud Logging.
6-
6+ <!--
77You can find more information about the scenario and instructions to run the
8- solution in documentation [ ^ 1 ] .
8+ solution in [documentation ].
99
10- [ ^ 1 ] : Link to documentation will be provided shortly.
10+ [documentation ]: (LINK-TO-REFERENCE-ARCHITECTURE-ARTICLE) -->
1111
1212## Requirements
1313
@@ -32,7 +32,7 @@ recommended when importing a low volume of logs:
3232
3333| Parameter | Value |
3434| ---| ---|
35- | Image URI | TBD [ ^ 3 ] |
35+ | Image URI | ` us-docker.pkg.dev/cloud-devrel-public-resources/samples/import-logs-solution ` |
3636| CPUs | ` 2 ` |
3737| Memory | ` 2Gi ` |
3838| Task timeout | ` 60m ` |
@@ -48,11 +48,9 @@ have to be configured when a new Cloud Run job for the solution is created:
4848| LOG_ID | A string that identifies the particular log to be imported. See [ documentation] [ logid ] for more details. |
4949| STORAGE_BUCKET_NAME | A name of the storage bucket where the exported logs are stored. |
5050
51- Read documentation [ ^ 2 ] for more information about Cloud Run job setup.
51+ <!-- Read [documentation ] for more information about Cloud Run job setup.-->
5252
5353[ run ] : https://cloud.google.com/run/
54- [ ^ 2 ] : Link to documentation will be provided shortly.
55- [ ^ 3 ] : URI will be provided shortly
5654[ logid ] : < https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry#FIELDS-table >
5755
5856### Build
You can’t perform that action at this time.
0 commit comments