mufiye commented on issue #10341: URL: https://github.com/apache/skywalking/issues/10341#issuecomment-1427498760
> Could you use `set(target, value)` and `replace_match` to achieve this? Only at this time `replace_match` is using regex to split the value of the specific key, such as dag_id. Such as only matching the text after the 2nd dot. I try it but it doesn't work. Because the third argument of `replace_match` is the string, and it will replace the key, we can't get the dag_id and use it as the third argument in the `replace_match` function. I have also tried the `Split` function before, but it will return a string array and the transform processor does not provide the index operation of this array. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
