little-cricket-84530
08/25/2022, 5:57 PM<https://splunk.something.com/en-US/app/search/search?q=search%20index%3Dmy_index%20kubernetes.namespace_name%3D{{.namespace}}%20kubernetes.container_name%3D{{.containerName}}%20kubernetes.pod_name%3D{{.podName}}&display.page.search.mode=smart&dispatch.sample_ratio=1&earliest=-72h&latest=now>
However the actual splunk link generated on the flyte console has none of the templatized fields populatedhallowed-mouse-14616
08/25/2022, 6:33 PM<https://splunk.something.com/en-US/app/search/search?q=search%20index%3Dmy_index%20kube[…]ode=smart&dispatch.sample_ratio=1&earliest=-72h&latest=now>
my local config is:
plugins:
logs:
templates:
- displayName: splunk
templateUris:
- "<https://splunk.something.com/en-US/app/search/search?q=search%20index%3Dmy_index%20kubernetes.namespace_name%3D{{.namespace}}%20kubernetes.container_name%3D{{.containerName}}%20kubernetes.pod_name%3D{{.podName}}&display.page.search.mode=smart&dispatch.sample_ratio=1&earliest=-72h&latest=now>"
is this how you have this configured?little-cricket-84530
08/25/2022, 6:36 PMplugins
is nested under task_logs
hallowed-mouse-14616
08/25/2022, 6:38 PM{{ .foo }}
) that helm uses to define these logs.hallowed-mouse-14616
08/25/2022, 6:44 PMlittle-cricket-84530
08/25/2022, 7:16 PMlittle-cricket-84530
08/25/2022, 8:55 PMhallowed-mouse-14616
08/25/2022, 10:13 PMlittle-cricket-84530
08/25/2022, 10:14 PM<https://splunk.something.com/en-US/app/search/search?q=search%20index%3Dmy_index%20kubernetes.namespace_name%3D{{> "{{" }}.namespace{{ "}}" }}%20kubernetes.container_name%3D{{ "{{" }}.containerName{{ "}}" }}%20kubernetes.pod_name%3D{{ "{{" }}.podName{{ "}}" }}&display.page.search.mode=smart&dispatch.sample_ratio=1&earliest=-72h&latest=now