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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,16 @@
1
1
# Change Log
2
2
3
+
# 2025-09-16
4
+
### Changed
5
+
- As per the recent service name change from `Logging Analytics` to `Log Analytics`, updated the relevant documentation and descriptions to reflect the name change.
6
+
- This is a non-breaking change that maintains backward compatibility
7
+
- Updated service references in documentation, description, and comments
8
+
- Fluentd collector container image has been updated to version 1.7.2
3
9
4
10
# 2025-08-13
5
11
### Added
6
12
- New feature 'Automatic Prometheus Collection' in Management Agent. This enables agent to automatically find and identify metrics emitting pods to monitor, eliminating the need to manually create the Prometheus configuration to collect metrics.
7
-
8
-
## Changed
13
+
### Changed
9
14
- Management Agent container image has been updated to version 1.9.0
| 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 |
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 Log 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. |
22
22
| fluentd.customFluentdConf | string |`""`||
23
-
| fluentd.customLogs | string |`nil`| Configuration for any custom logs which are not part of the default configuration defined in this file. All the pod/container logs will be collected as per "genericContainerLogs" section. Use this section to create a custom configuration for any of the container logs. Also, you can use this section to define configuration for any other log path existing on a Kubernetes worker node custom-id1: path: /var/log/containers/custom*.log Logging Analytics log source to use for parsing and processing the logs: ociLALogSourceName: "Custom1 Logs" The regular expression pattern for the starting line in case of multi-line logs. multilineStartRegExp: Set isContainerLog to false if the log is not a container log (/var/log/containers/*.log). Default value is true. isContainerLog: true |
23
+
| fluentd.customLogs | string |`nil`| Configuration for any custom logs which are not part of the default configuration defined in this file. All the pod/container logs will be collected as per "genericContainerLogs" section. Use this section to create a custom configuration for any of the container logs. Also, you can use this section to define configuration for any other log path existing on a Kubernetes worker node custom-id1: path: /var/log/containers/custom*.log Log Analytics log source to use for parsing and processing the logs: ociLALogSourceName: "Custom1 Logs" The regular expression pattern for the starting line in case of multi-line logs. multilineStartRegExp: Set isContainerLog to false if the log is not a container log (/var/log/containers/*.log). Default value is true. isContainerLog: true |
24
24
| fluentd.file | string |`"fluent.conf"`| Fluentd config file name |
25
25
| fluentd.genericContainerLogs.exclude_path | list |`["\"/var/log/containers/kube-proxy-*.log\"","\"/var/log/containers/kube-flannel-*.log\"","\"/var/log/containers/kube-dns-autoscaler-*.log\"","\"/var/log/containers/coredns-*.log\"","\"/var/log/containers/csi-oci-node-*.log\"","\"/var/log/containers/proxymux-client-*.log\"","\"/var/log/containers/cluster-autoscaler-*.log\""]`| List of log paths to exclude that are already part of other specific configurations defined (like Kube Proxy, Kube Flannel) If you want to create a custom configuration for any of the container logs using the customLogs section, then exclude the corresponding log path here. |
26
-
| fluentd.genericContainerLogs.ociLALogSourceName | string |`"Kubernetes Container Generic Logs"`| Default Logging Analytics log source to use for parsing and processing the logs: Kubernetes Container Generic Logs. |
26
+
| fluentd.genericContainerLogs.ociLALogSourceName | string |`"Kubernetes Container Generic Logs"`| Default Log Analytics log source to use for parsing and processing the logs: Kubernetes Container Generic Logs. |
| fluentd.kubernetesMetadataFilter.ca_file | string |`nil`| Path to CA file for Kubernetes server certificate validation |
29
29
| fluentd.kubernetesMetadataFilter.kubernetes_url | string |`nil`| Kubernetes API server URL. Alternatively, environment variables KUBERNETES_SERVICE_HOST and KUBERNETES_SERVICE_PORT can be used Environment variable are given preference. |
@@ -74,7 +74,7 @@ Charts for sending Kubernetes platform logs, compute logs, and Kubernetes Object
74
74
| oci.configFiles.config | string |`"# Replace each of the below fields with actual values.\n[DEFAULT]\nuser=<user ocid>\nfingerprint=<fingerprint>\nkey_file=<key file path>\ntenancy=<tenancy ocid>\nregion=<region>"`| config file [data](https://docs.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm) Replace each of the below fields with actual values. [DEFAULT] user=<userocid> fingerprint=<fingerprint> key_file=<keyfilepath> tenancy=<tenancyocid> region=<region> |
75
75
| oci.file | string |`"config"`| Config file name |
76
76
| oci.path | string |`"/var/opt/.oci"`| Path to the OCI API config file |
77
-
| ociLALogGroupID | string |`nil`| OCID of Logging Analytics Log Group to send logs to. Can be overridden for individual log types. e.g. ocid1.loganalyticsloggroup.oc1.phx.amaaaaasdfaskriauucc55rlwlxe4ahe2vfmtuoqa6qsgu7mb6jugxacsk6a |
77
+
| ociLALogGroupID | string |`nil`| OCID of Log Analytics Log Group to send logs to. Can be overridden for individual log types. e.g. ocid1.loganalyticsloggroup.oc1.phx.amaaaaasdfaskriauucc55rlwlxe4ahe2vfmtuoqa6qsgu7mb6jugxacsk6a |
78
78
| ociLANamespace | string |`nil`||
79
79
| resourceNamePrefix | string |`"{{ .Values.global.resourceNamePrefix }}"`| Resoure Name Prefix: Wherever allowed, this prefix will be used with all resources used by this chart |
0 commit comments