Hi All,
We want to see the target-URL in the APIC connect Analytics logs, currently we are using DPOD to check the target-URL but if we can see them in Analytics server it will save our time.
I have gone though IBM documentations to create a custom flag here is the example of that, but do we have any simpler solution to check the target_URL, without tweaking the code.
Custom Code:
- log:
version: 2.1.0
title: log
log-level: default
mode: gather-only
- gatewayscript:
version: 2.0.0
title: gatewayscript
source: "var logs = context.get('log');\r\n if (logs) {\r\n if (!logs.target_url) { \r\n logs.target_url = {};\r\n }\r\n logs.target_url = '$(targeturl)';\r\n \r\n context.set('log', logs);\r\n }"
Also can how can we read target-url from invoke assembly? Is it possible to read invoke assembly attributes, I'm majorly concerned about target-url?

------------------------------
sourabh singhal
------------------------------