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

Clean up Sumo related resource keys in values.yaml #1068

Closed
pmalek-sumo opened this issue Nov 5, 2020 · 0 comments · Fixed by #1160
Closed

Clean up Sumo related resource keys in values.yaml #1068

pmalek-sumo opened this issue Nov 5, 2020 · 0 comments · Fixed by #1160
Assignees
Milestone

Comments

@pmalek-sumo
Copy link
Contributor

Let's clean up values.yaml with regard to:

  • collector fields - move them from sumologic.setup.fields -> sumologic.collector.fields

## Configuration of additional collector fields
## https://help.sumologic.com/Manage/Fields#http-source-fields
fields: {}

  • sources - move from sumologic.sources -> sumologic.collector.sources

## Configuration of http sources
## See docs/Terraform.md for more information
## name: source name visible in sumologic platform
## config-name: This is mostly for backward compatibility
sources:
metrics:
default:
name: (default-metrics)
config-name: endpoint-metrics
apiserver:
name: apiserver-metrics
config-name: endpoint-metrics-apiserver
controller:
name: kube-controller-manager-metrics
config-name: endpoint-metrics-kube-controller-manager
scheduler:
name: kube-scheduler-metrics
config-name: endpoint-metrics-kube-scheduler
state:
name: kube-state-metrics
config-name: endpoint-metrics-kube-state
kubelet:
name: kubelet-metrics
config-name: endpoint-metrics-kubelet
node:
name: node-exporter-metrics
config-name: endpoint-metrics-node-exporter
control-plane:
name: control-plane-metrics
logs:
default:
name: logs
config-name: endpoint-logs
## Properties can be used to extend default settings, such as processing rules, fields etc
#properties:
# filters:
# - name: "Test Exclude Debug"
# filter_type: "Exclude"
# regexp: ".*DEBUG.*"
events:
default:
name: events
config-name: endpoint-events
category: true
traces:
default:
name: traces
config-name: endpoint-traces
properties:
content_type: Zipkin

@pmalek-sumo pmalek-sumo self-assigned this Nov 5, 2020
@sumo-drosiek sumo-drosiek added this to the v2.0 milestone Nov 5, 2020
@pmalek-sumo pmalek-sumo linked a pull request Nov 24, 2020 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants