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
We would like to send the logs from AKS to splunkPlatform but disable logs, metrics, traces and profiling under SplunkObservability.
When we set everything ( logsEnabled, metricsEnabled, tracesEnabled & profilingEnabled ) to FALSE, The helm deploy fails with below error.
Error: UPGRADE FAILED: values don't meet the specifications of the schema(s) in the following chart(s):
splunk-otel-collector:
splunkObservability: Must validate at least one schema (anyOf)
splunkObservability.metricsEnabled: splunkObservability.metricsEnabled does not match: true
The anyOf() validation in values.schema forces any one of the properties to be set to TRUE. But we dont want any metrics to be collected to SignalFX for this specific environment. We just want the logs to be sent to Splunk Cloud.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We would like to send the logs from AKS to splunkPlatform but disable logs, metrics, traces and profiling under SplunkObservability.
When we set everything ( logsEnabled, metricsEnabled, tracesEnabled & profilingEnabled ) to FALSE, The helm deploy fails with below error.
Error: UPGRADE FAILED: values don't meet the specifications of the schema(s) in the following chart(s):
splunk-otel-collector:
The anyOf() validation in values.schema forces any one of the properties to be set to TRUE. But we dont want any metrics to be collected to SignalFX for this specific environment. We just want the logs to be sent to Splunk Cloud.
Please advise
Beta Was this translation helpful? Give feedback.
All reactions