Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use as default index and disable metrics by default for Splunk platform #305

Merged
merged 4 commits into from
Nov 18, 2021
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions helm-charts/splunk-otel-collector/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ splunkPlatform:
token: ""

# Name of the Splunk event type index targeted. Required when ingesting logs to Splunk Platform.
index: ""
index: "main"
# Name of the Splunk metric type index targeted. Required when ingesting metrics to Splunk Platform.
metrics_index: ""
# Optional. Default value for `source` field.
Expand Down Expand Up @@ -62,10 +62,10 @@ splunkPlatform:
# The file will be stored as a secret in kubernetes.
caFile: ""

# Options to disable particular telemetry data types that will be sent to
# Splunk Platform.
# Options to disable or enable particular telemetry data types that will be sent to
# Splunk Platform. Only logs collection is enabled by default.
logsEnabled: true
metricsEnabled: true
metricsEnabled: false
rockb1017 marked this conversation as resolved.
Show resolved Hide resolved

# Field name conventions to use. (Only for those who are migrating from Splunk Connect for Kubernetes helm chart)
fieldNameConvention:
Expand Down