OpenLiberty / open-liberty-operator

Eclipse Public License 2.0
28 stars 36 forks source link

Update Observability guides for OCP 4.15 #562

Closed ellen-lau closed 4 months ago

ellen-lau commented 4 months ago

Description of changes:

Logging Guide:

The OCP guides removed mention of installing the OpenShift Elasticsearch Operator, since they now provide two log store options: the OpenShift Elasticsearch Operator and the Loki Operator (so it's up to the user to choose). However, the cluster logging instance deployed later uses Elasticsearch as its log store, so for simplicity, I just added an instruction to install the Elasticsearch Operator as well.

To consider: The guide also says that the Elasticsearch Operator is now deprecated, and that we should look to using Loki/Vector as the future option instead.

Monitoring Guide:

The Grafana Operator's CRs and apiVersion have been renamed, so a direct copy paste of the yaml from the blog won't work for deploying the Grafana datasource CR. I've added a replacement yaml with the proper naming.

Observability Guide:

Just version support additions.