brash-london-45337
06/06/2022, 5:36 PM$ kubectl get configmaps -n flyte flyte-propeller-config -oyaml
apiVersion: v1
data:
...
task_logs.yaml: |
plugins:
logs:
templates:
- displayName: Splunk
templateUris:
- "<https://splunk.corp.stripe.com/en-US/app/search/search?q=search%20source=>"/pay/log/pods/{{.namespace }}_{{.podName }}*"%20%7C%20reverse&display.events.type=raw&display.prefs.events.count=50&earliest=-7d&latest=now"
messageFormat: "json"
kubernetes-enabled: true
kubernetes-url: "<http://localhost:8001>"
Any pointers on what I might be missing?