Hi — I’m trying to <configure log links> for task ...
# flyte-deployment
b
Hi — I’m trying to configure log links for task executions, but after adding the config section, I’m still not able to see the templatized and or kubernetes log links:
Copy code
$ 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?
164 Views