You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Change Log
2
2
3
+
## 2023-11-30
4
+
### Added
5
+
- Added resources information that got created through RM Stack to Stack output.
6
+
- Added new auto created policy for Kubernetes Objects discovery (for future release(s) use).
7
+
- Added new helm variable for cluster's EntityId (ociLAClusterEntityID) (for future release(s) use).
8
+
### Changed
9
+
- RM Stack is changed to use remote [helm repo](https://oracle-quickstart.github.io/oci-kubernetes-monitoring), instead of a local copy of helm chart source.
10
+
- RM Stack is modified to skip recreation of Management Agent Key if the Key already created by Stack.
11
+
### Breaking Changes
12
+
- Removed ociLAEntityID input variable of Logan chart. This was an optional and its use-case was not defined so far. Hence, it shouldn't be a breaking change in general but still documenting for the reference.
13
+
3
14
## 2023-11-07
4
15
### Added
5
16
- Control Plane Logs Collection for OCNE and Standalone Kubernetes Clusters.
| extraEnv | list |`[]`|Logging Analytics OCID for OKE Cluster ociLAEntityID: Logging Analytics additional metadata. Use this to tag all the collected logs with one or more key:value pairs. Key must be a valid field in Logging Analytics metadata: "Client Host Region": "PCT" "Environment": "Production" "Third key": "Third Value" @param extra environment variables. Example name: ENV_VARIABLE_NAME value: ENV_VARIABLE_VALUE |
18
+
| extraEnv | list |`[]`| Use this to tag all the collected logs with one or more key:value pairs. Key must be a valid field in Logging Analytics metadata: "Client Host Region": "PCT" "Environment": "Production" "Third key": "Third Value" @param extra environment variables. Example name: ENV_VARIABLE_NAME value: ENV_VARIABLE_VALUE |
19
19
| extraVolumeMounts | list |`[]`|@param extraVolumeMounts Mount extra volume(s). Example: - name: tmpDir mountPath: /tmp |
20
20
| extraVolumes | list |`[]`|@param extraVolumes Extra volumes. Example: - name: tmpDir hostPath: path: /tmp log |
21
21
| fluentd.baseDir | string |`"/var/log"`| Base directory on the node (with read write permission) for storing fluentd plugins related data. |
@@ -60,7 +60,7 @@ Charts for sending Kubernetes platform logs, compute logs, and Kubernetes Object
| image.url | string |`"container-registry.oracle.com/oci_observability_management/oci-la-fluentd-collector:1.0.0"`| Replace this value with actual docker image url |
63
+
| image.url | string |`"container-registry.oracle.com/oci_observability_management/oci-la-fluentd-collector:1.1.0"`| Replace this value with actual docker image url |
Copy file name to clipboardExpand all lines: charts/oci-onm/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Helm chart for collecting Kubernetes logs & objects and metrics using Fluentd an
25
25
| oci-onm-common.namespace | string |`"{{ .Values.global.namespace }}"`| Kubernetes Namespace in which the serviceaccount to be created. |
26
26
| oci-onm-common.resourceNamePrefix | string |`"{{ .Values.global.resourceNamePrefix }}"`| Prefix to be attached to resources created through this chart. Not all resources may have this prefix. |
27
27
| oci-onm-common.serviceAccount | string |`"{{ .Values.global.resourceNamePrefix }}"`| Name of the Kubernetes ServiceAccount |
0 commit comments