Hi team, I am trying to integrate Rundeck with ELK by reffering
https://docs.rundeck.com/docs/learning/howto/elk-integration.html#rundeck-config-properties-file-configuration
I have issues with adding the below key/value to the rundeck-config.properties file as I am trying to add it as env to the pod/container. I am using kubernates to setup rundeck community version and adding the below in to env not working as the container is not picking it up and not seeing that in the rundeck-config.properties file.
I am using the YAML format here for defining the Key/Value. Any suggtion or any one faced this issue in the past.?
rundeck.execution.logs.streamingWriterPlugins: "LogstashPlugin"