Katrina P
11/23/2022, 6:26 PMkubectl
but they're the same. Is this correct configuration for updating log links in propeller? Do I need to restart anything other than propeller to update the log links?
task_logs.yaml: |
plugins:
logs:
cloudwatch-enabled: false
kubernetes-enabled: false
templates:
- displayName: "Data Dog"
templateUris:
- "<https://app.datadoghq.com/logs?query=pod_name%3A{{> .podName }}%20kube_namespace%3A{{ .namespace }}%20&cols=&index=&messageDisplay=inline&stream_sort=desc&viz=stream&from_ts={{ .podUnixStartTime }}000&to_ts={{ .podUnixFinishTime }}000&live=false"
Geoff Salmon
11/23/2022, 6:35 PMKatrina P
11/23/2022, 6:36 PMGeoff Salmon
11/23/2022, 6:41 PMKatrina P
11/23/2022, 6:42 PMDan Rammer (hamersaw)
11/23/2022, 9:50 PMKatrina P
11/23/2022, 11:10 PMtask_logs.yaml
should it not?Dan Rammer (hamersaw)
11/23/2022, 11:44 PMKatrina P
11/23/2022, 11:46 PMSpark Plugin uses the same default log configuration as explained in Configuring Logging Links in UI.to mean that it used the task_logs.yaml config
Dan Rammer (hamersaw)
11/23/2022, 11:48 PMKatrina P
11/23/2022, 11:51 PMDan Rammer (hamersaw)
11/23/2022, 11:55 PMKatrina P
11/23/2022, 11:59 PM