Say, I have a graph with following relationship:
app
^
|
|
tomcat < ------------------
^ |
| |
| |
| |
nginx ----> varnish ----> lvs
I want to add a filter to the edge between varnish and lvs. How can I do that? Note the p.edges[1].property == value is not what I want. I just want to filter the path nginx->varnish->lvs->tomcat and don't want add filter to the path nginx->tomcat->app.