Skip to content

Commit 962317f

Browse files
Merge pull request #390 from Mhodesty/SREP-2647
[SREP-2647] - first pass of SLs for CLF. No openshift documentation exists yet.
2 parents 4e152c4 + 7d01d4e commit 962317f

7 files changed

+64
-4
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"severity": "Major",
3+
"service_name": "SREManualAction",
4+
"log_type": "cluster-configuration",
5+
"summary": "Log forwarding failed, action required",
6+
"description": "Your cluster's log forwarding to CloudWatch is failing because the configured destination CloudWatch Log Group cannot be found. The log group may have been deleted or the log group name in the log forwarding configuration may be incorrect. Please verify that the destination CloudWatch Log Group exists in your AWS account. If the log group was deleted, please recreate it and ensure the log group resource policy allows the Red Hat log distribution role to perform CreateLogStream and PutLogEvents operations.",
7+
"doc_references": [
8+
""
9+
],
10+
"internal_only": false,
11+
"_tags": [
12+
"sop_LogForwarding_CloudWatchDeliveryFailures"
13+
]
14+
}
15+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"severity": "Major",
3+
"service_name": "SREManualAction",
4+
"log_type": "cluster-configuration",
5+
"summary": "Log forwarding failed, action required",
6+
"description": "Red Hat log forwarding service is unable to deliver logs to your CloudWatch Log Group due to insufficient permissions on your CloudWatch Log Group. Please ensure that your CloudWatch Log Group resource policy allows the Red Hat log distribution role to perform CreateLogStream and PutLogEvents operations. For cross-account log delivery, a resource policy must be configured on your CloudWatch Log Group.",
7+
"doc_references": [
8+
""
9+
],
10+
"internal_only": false,
11+
"_tags": [
12+
"sop_LogForwarding_CloudWatchDeliveryFailures"
13+
]
14+
}
15+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"severity": "Major",
3+
"service_name": "SREManualAction",
4+
"log_type": "cluster-configuration",
5+
"summary": "Log forwarding failed, action required",
6+
"description": "Your cluster's log forwarding to S3 is failing because the configured destination S3 bucket cannot be found. The bucket may have been deleted or the bucket name in the log forwarding configuration may be incorrect. Please verify that the destination S3 bucket exists and is accessible. If the bucket was deleted, please recreate it and ensure the bucket policy allows the Red Hat log distribution role to perform PutObject and PutObjectAcl operations.",
7+
"doc_references": [
8+
""
9+
],
10+
"internal_only": false,
11+
"_tags": [
12+
"sop_LogForwarding_S3PermissionIssues"
13+
]
14+
}
15+
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"severity": "Major",
3+
"service_name": "SREManualAction",
4+
"log_type": "cluster-configuration",
5+
"summary": "Log forwarding failed, action required",
6+
"description": "Your cluster's log forwarding to S3 is failing due to insufficient permissions on your S3 bucket. Please ensure that your S3 bucket policy allows the Red Hat log distribution role to perform PutObject and PutObjectAcl operations. Your bucket policy must include a statement that grants access to the Red Hat management role ARN.",
7+
"doc_references": [
8+
""
9+
],
10+
"internal_only": false,
11+
"_tags": [
12+
"sop_LogForwarding_S3PermissionIssues"
13+
]
14+
}
15+

osd/ElasticsearchClusterMisconfigured.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"service_name": "SREManualAction",
44
"log_type": "cluster-configuration",
55
"summary": "Action required: review cluster logging configuration",
6-
"description": "Your cluster's ElasticSearch deployment is misconfigured in a way that is impacting its operation. ${REASON} For more information, please consult the following documentation reference: https://docs.redhat.com/en/documentation/openshift_dedicated/4/html/logging/troubleshooting-logging.",
7-
"doc_references": ["https://docs.redhat.com/en/documentation/openshift_dedicated/4/html/logging/troubleshooting-logging"],
6+
"description": "Your cluster's ElasticSearch deployment is misconfigured in a way that is impacting its operation. ${REASON} For more information, please consult the following documentation reference: https://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.4/html/configuring_logging/index.",
7+
"doc_references": ["https://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.4/html/configuring_logging/index"],
88
"internal_only": false
99
}

osd/ElasticsearchClusterNotEnoughResources_Error.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"log_type": "capacity-management",
55
"summary": "Action required: Elasticsearch impacted by cluster resource limits",
66
"description": "Your cluster requires you to take action. Your cluster does not have enough resources to run Elasticsearch.",
7-
"doc_references": ["https://docs.redhat.com/en/documentation/openshift_dedicated/4/html/logging/log-storage#configuring-log-storage-cr_logging-config-es-store"],
7+
"doc_references": ["https://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.4/html/configuring_logging"],
88
"internal_only": false
99
}

osd/ElasticsearchClusterNotHealthy_Warning.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"event_stream_id": "${EVENT_STREAM_ID}",
66
"summary": "Action required: update cluster logging configuration",
77
"description": "Your cluster requires you to take action. Elasticsearch storage is greater than 85% utilized. If this goes above 95%, data might will be lost. SRE will increase capacity one time causing a period while Elasticsearch is unavailable. Old logs will be retained. Logs for pods deleted while migration is in progress may be lost. SRE recommends reducing application logging on your cluster to ensure logging continues to function smoothly in the future.",
8-
"doc_references": ["https://docs.redhat.com/en/documentation/openshift_dedicated/4/html/logging/log-storage#logging-config-es-store"],
8+
"doc_references": ["https://docs.redhat.com/en/documentation/red_hat_openshift_logging/6.4/html/configuring_logging"],
99
"internal_only": false
1010
}

0 commit comments

Comments
 (0)