Splunk-connect-for-kubernetes: How do I import logs from kubernete master servers to splunk ?

Created on 7 Mar 2019  路  2Comments  路  Source: splunk/splunk-connect-for-kubernetes

How do I import logs from kubernete master servers to splunk ? Do I need to leverage this splunk-connect-for-kubernetes or I should use regular data forwarder ?

Thanks,
Rufeng

question

Most helpful comment

For me (kube-aws), I had to add

tolerations:
  - key: node.alpha.kubernetes.io/role
    operator: "Exists"
    effect: "NoSchedule" 

in values.yaml. It started a few more agent for each of my master and then all the kube-system logs started to come to Splunk

All 2 comments

For me (kube-aws), I had to add

tolerations:
  - key: node.alpha.kubernetes.io/role
    operator: "Exists"
    effect: "NoSchedule" 

in values.yaml. It started a few more agent for each of my master and then all the kube-system logs started to come to Splunk

yep! just need to ensure the necessary tolerations are in place

Was this page helpful?
0 / 5 - 0 ratings