Rupsha Chaudhuri
01/23/2023, 11:09 PMDan Rammer (hamersaw)
01/24/2023, 12:18 AMk8s-array
specific plugin configuration. I believe the nested keys are log
and config
. So something like this:
plugins:
# All k8s plugins default configuration
k8s:
# k8s plugin configuration
k8s-array:
logs:
config:
kubernetes-enabled: true
kubernetes-url: "<http://localhost:30082>"
# Logging configuration
logs:
kubernetes-enabled: true
kubernetes-url: "<http://localhost:30082>"
Enter
vs Shift + Enter
in slack kills me 😂Rupsha Chaudhuri
01/24/2023, 12:23 AMDan Rammer (hamersaw)
01/24/2023, 12:25 AMRupsha Chaudhuri
01/24/2023, 12:25 AMtask_logs:
plugins:
logs:
templates:...
I basically add the following under task_logs, right?
k8s-array:
logs:
templates:...
Dan Rammer (hamersaw)
01/24/2023, 12:37 AMplugins
and it looks like it requires another layer config
so:
task_logs:
plugins:
logs: # existing configuration
templates:
k8s-array: # adding configuration
logs:
config:
templates:
I can test this locally to be sure, but I don't have time right now. Probably in an hour or so.Slackbot
01/24/2023, 12:40 AMRupsha Chaudhuri
01/24/2023, 1:17 AM