Amazon CloudWatch Concepts: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
=External=
* [https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_concepts.html Amazon CloudWatch Concepts]
=Internal=
=Internal=


* [[Amazon CloudWatch#Subjects|Amazon CloudWatch]]
* [[Amazon CloudWatch#Subjects|Amazon CloudWatch]]
=Namespace=
=Metric=
=<span id='Source'></span>Log Source=
=<span id='Stream'></span>Log Stream=
A log stream is a sequence of log events that share the same source.


=<span id='Group'></span>Log Group=
=<span id='Group'></span>Log Group=


=<span id='Stream'></span>Log Stream=
A log group is a group of [[#Stream|log streams]] that share the same retention, monitoring and access control settings. Streams can be associated with groups. There is no limit on the number of log streams that belong to one log group. Log groups are organized in a flat space in a region, and that is probably a good practice to name them based on the following convention:
 
/<''environment-name''>/<''service-name''>

Latest revision as of 00:44, 31 March 2019

External

Internal

Namespace

Metric

Log Source

Log Stream

A log stream is a sequence of log events that share the same source.

Log Group

A log group is a group of log streams that share the same retention, monitoring and access control settings. Streams can be associated with groups. There is no limit on the number of log streams that belong to one log group. Log groups are organized in a flat space in a region, and that is probably a good practice to name them based on the following convention:

/<environment-name>/<service-name>