I am using a k8s based deployment of Druid and see that each node creates log files that are named as
${sys:druid.node.type}.log
The variable is not getting resolved to the right node type. The log files are stored as ${sys:druid.node.type}.log or ${sys:druid.node.type}-<date>.log
Affected Version
Druid version: 28.0.0
Description
Due to the above problem, I am not able to index the logs appropriately. Am I missing something here?
I am using a k8s based deployment of Druid and see that each node creates log files that are named as
${sys:druid.node.type}.logThe variable is not getting resolved to the right node type. The log files are stored as
${sys:druid.node.type}.logor${sys:druid.node.type}-<date>.logAffected Version
Druid version: 28.0.0
Description
Due to the above problem, I am not able to index the logs appropriately. Am I missing something here?