Created
February 23, 2020 09:55
-
-
Save vamsijakkula/ddda0f03a10811f44d08c16abfd1e237 to your computer and use it in GitHub Desktop.
Values Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global: | |
splunk: | |
hec: | |
protocol: https | |
insecureSSL: true | |
token: d9b7c03a-4713-47d1-81e6-483fbc371aa7 | |
host: 192.168.1.9 | |
port: 8088 | |
indexName: events | |
splunk-kubernetes-logging: | |
journalLogPath: /run/log/journal | |
splunk: | |
hec: | |
indexName: events | |
splunk-kubernetes-objects: | |
objects: | |
core: | |
v1: | |
- name: pods | |
- name: namespaces | |
- name: nodes | |
- name: services | |
- name: config_maps | |
- name: persistent_volumes | |
- name: service_accounts | |
- name: persistent_volume_claims | |
- name: resource_quotas | |
- name: component_statuses | |
- name: events | |
mode: watch | |
apps: | |
v1: | |
- name: deployments | |
- name: daemon_sets | |
- name: replica_sets | |
- name: stateful_sets | |
splunk: | |
hec: | |
indexName: objects | |
splunk-kubernetes-metrics: | |
kubernetes: | |
insecureSSL: true | |
splunk: | |
hec: | |
indexName: metrics |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment