Synopsis

attini ops export-logs [-h] [-p=<profile>] [-r=<region>] (--from=<from> | --from-epoch-milli=<fromEpoch>) (--to=<to> | --to-epoch-milli=<toEpoch>)

Description

Export all attini logs in a given time span.

Options

--from=<from>

The start of the time range (local time) for what logs should be exported. Default format is ISO-8601 extended local time format, ex: 2021-10-29T09:10:00

--from-epoch-milli=<fromEpoch>

The start of the time range for what logs should be exported in epoch milliseconds. Can not be used together with the --from option

-h, --help

Show information about this command.

-p, --profile=<profile>

Specify a configured profile, if absent the default profile will be used.

-r, --region=<region>

Specify an aws region (ex eu-west-1), if absent the default region will be used.

--to=<to>

The end of the time range (local time) for what logs should be exported. Default format is ISO-8601 extended local time format, ex: 2021-10-29T09:10:00

--to-epoch-milli=<toEpoch>

The end of the time range for what logs should be exported in epoch milliseconds. Can not be used together with the --to option