Hi @dejan! Yep, this can be done via the path identifier.
You would need to configure it with segments: 2, and add a dtab rule, so something like this:
(For more on how these rules work, see https://linkerd.io/1/advanced/dtabs/)
You can visit the linkerd dtab playground at http://(location of admin ui)/delegator and test these rules out.
Hope that helps!
Ah right! The identifier section can take a list of identifiers, so I think you’ll need to list both a path identifier with segments: 1 and another with segments: 2, e.g.
Also, I noticed that I’d used http as the prefix in my example, but if you don’t specify a dstPrefix, the default prefix is /svc. So something like the following should work: