404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.136.11.217: ~ $
The following command shows all log streams starting with the prefix ``2015`` in the log group ``my-logs``::

  aws logs describe-log-streams --log-group-name my-logs --log-stream-name-prefix 2015

Output::

  {
      "logStreams": [
          {
              "creationTime": 1433189871774,
              "arn": "arn:aws:logs:us-west-2:0123456789012:log-group:my-logs:log-stream:20150531",
              "logStreamName": "20150531",
              "storedBytes": 0
          },
          {
              "creationTime": 1433189873898,
              "arn": "arn:aws:logs:us-west-2:0123456789012:log-group:my-logs:log-stream:20150601",
              "logStreamName": "20150601",
              "storedBytes": 0
          }
      ]
  }

Filemanager

Name Type Size Permission Actions
create-log-group.rst File 116 B 0644
create-log-stream.rst File 175 B 0644
delete-log-group.rst File 116 B 0644
delete-log-stream.rst File 181 B 0644
delete-retention-policy.rst File 180 B 0644
describe-log-groups.rst File 472 B 0644
describe-log-streams.rst File 731 B 0644
get-log-events.rst File 879 B 0644
put-log-events.rst File 1.07 KB 0644
put-retention-policy.rst File 167 B 0644