Is there any tools available to show a graphical representation of the things happening in Hyperledger Fabric V1.0 block chain network? Like displaying the peers joined with the networks, indicating if there occurred a successful transaction etc. Since we doing presentation about this topic, if I can show something visually, it will give more clarity to every listeners who are not much aware about the technical things behind the scene. Currently I have only the locally setup network and some sdk client which are interacting with the network. But it will not be enough for presenting it effectively. Can anyone suggest something to add for giving a clear picture to end users.
Another possible alternative of visualizing interaction between Hyperledger Fabric network entities, might be to use weaveworks. It creates application map based on interaction between docker containers, allows you to monitor and understand relations.
Of course if you need more fine grained control to leverage event hub as suggested by @yacovm is very good option.