Hello everyone!
I am having a doubt regarding the deprecated label; i.e., $ioc.graph.entity.labels.key, which has to be populated as $ioc.graph.entity.user.attribute.labels.key nowadays.
I am using this new label in the rule, however, all logs contain deprecated labels entity.labels.key and entity.labels.value, thus the rule doesn't detect logs with $ioc.graph.entity.user.attribute.labels.key.
I would like to know, if there is some way to define in the rule that $ioc.graph.entity.user.attribute.labels.key = $ioc.graph.entity.labels.key or such option doesn't exist and I have to ignore the compilation warning and keep using the deprecated label?
Thank you in advance!🙂