splunk-connect-for-kubernetes icon indicating copy to clipboard operation
splunk-connect-for-kubernetes copied to clipboard

Helm charts associated with kubernetes plug-ins

Results 29 splunk-connect-for-kubernetes issues
Sort by recently updated
recently updated
newest added

Added following config when using self-created secrets. Fixes https://github.com/splunk/splunk-connect-for-kubernetes/issues/805 ```yaml # Create or use existing secret if the name is empty default name is used secret: create: true name: #...

**What happened**: Missing GUID data from EKS env to Splunk Cloud **What you expected to happen**: Full GUID data. **How to reproduce it (as minimally and precisely as possible)**: SPL:...

Today I discovered two minor bugs related to the use of self-created secrets: 1. When you use a self-created Secret to store your token (secret.create = false) the global option...

bug
good first issue

**What happened**: Afer installing the chart for loggin metrics and object with the HEC token , I´m getting error from objects and loggin pods: ``` failed to load command: fluentd...

The 'de_dot' functionality is depricated and will be removed from the fluent-plugin-kubernetes_metadata_filter as it was mentioned below in the release_notes.md. Found the warning in splunk-logging pods. ``` 2024-01-04 19:35:09 +0000...

Hi I am using https://github.com/splunk/splunk-connect-for-kubernetes/tree/develop/manifests/splunk-kubernetes-logging to implement splunk on my AWS eks cluster version 1.21 This is my values.yaml global: xxxxx licenseKey: cxxxxx cluster: kubeEvents: enabled: false webhook: enabled: true...

Hello, we are upgrading k8s from 1.23 to 1.24 and since containerd is supported, I have created a dummy setup of the same in k8s 1.24 version. I was facing...

Hi, Is it possible to define two regex for multiline logs? Or Can we define two entries for the same pods with different Regex? thanks

Hi, I deployed my application on Azure Aks (it's a simple python hello world that logs to stdout). And I used splunk for connect with the following yaml file: `global:...

**What happened**: In the values.yaml for logging, the pod and container are specified as following with test-sys as the namespace, we call it part A: aks-secrets-store-provider-azure: from: pod: test-sys/aks-secrets-store-provider-azure- container:...