Skip to content

Commit

Permalink
CLOUDP-272621: Update log downloads docs (#3253)
Browse files Browse the repository at this point in the history
  • Loading branch information
blva authored Sep 11, 2024
1 parent f852069 commit bfe9674
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/command/atlas-deployments-logs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Options
* - --end
- int
- false
- UNIX Epoch-formatted ending date and time for the range of log messages to retrieve. This value defaults to the current timestamp.
- Ending date and time for the range of log messages to retrieve, given in UNIX time. Defaults to the start date plus 24 hours, if the start date is set. If start date is not provided, ending time defaults to the current time.
* - --force
-
- false
Expand Down
2 changes: 1 addition & 1 deletion docs/command/atlas-logs-download.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Options
* - --end
- int
- false
- UNIX Epoch-formatted ending date and time for the range of log messages to retrieve. This value defaults to the current timestamp.
- Ending date and time for the range of log messages to retrieve, given in UNIX time. Defaults to the start date plus 24 hours, if the start date is set. If start date is not provided, ending time defaults to the current time.
* - --force
-
- false
Expand Down
2 changes: 1 addition & 1 deletion docs/command/atlas-streams-instances-download.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Options
* - --end
- int
- false
- UNIX Epoch-formatted ending date and time for the range of log messages to retrieve. This value defaults to the current timestamp.
- Ending date and time for the range of log messages to retrieve, given in UNIX time. Defaults to the start date plus 24 hours, if the start date is set. If start date is not provided, ending time defaults to the current time.
* - --force
-
- false
Expand Down
2 changes: 1 addition & 1 deletion internal/usage/usage.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dbName and collection are required only for built-in roles.`
Email = "Email address for the user."
LogOut = "Output file name. This value defaults to the log name."
LogStart = "UNIX Epoch-formatted starting date and time for the range of log messages to retrieve. This value defaults to 24 hours prior to the current timestamp."
LogEnd = "UNIX Epoch-formatted ending date and time for the range of log messages to retrieve. This value defaults to the current timestamp."
LogEnd = "Ending date and time for the range of log messages to retrieve, given in UNIX time. Defaults to the start date plus 24 hours, if the start date is set. If start date is not provided, ending time defaults to the current time."
MeasurementStart = "ISO 8601-formatted date and time that specifies when to start retrieving measurements. You can't set this parameter and period in the same request."
MeasurementEnd = "ISO 8601-formatted date and time that specifies when to stop retrieving measurements. You can't set this parameter and period in the same request."
MeasurementType = "Measurements to return. This option returns all measurements by default. Valid values include DATABASE_AVERAGE_OBJECT_SIZE, DATABASE_COLLECTION_COUNT, DATABASE_DATA_SIZE, DATABASE_STORAGE_SIZE, DATABASE_INDEX_SIZE, DATABASE_INDEX_COUNT, DATABASE_EXTENT_COUNT, DATABASE_OBJECT_COUNT, and DATABASE_VIEW_COUNT"
Expand Down

0 comments on commit bfe9674

Please sign in to comment.