Skip to content

Commit 04ec207

Browse files
authored
fix: update import logs sample README.md (GoogleCloudPlatform#10952)
Place the valid container image URI. Comment mentions of the documentation until the reference architecture documentation is released
1 parent 082336b commit 04ec207

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

logging/import-logs/README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
This directory contains an opinionated implementation of the Import Logs
44
solution that imports logs that were previously exported to Cloud Storage back
55
to Cloud Logging.
6-
6+
<!--
77
You 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

0 commit comments

Comments
 (0)