You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We just found out about this tool and have some questions around it.
1.In the docs I wasn't able to find out how node data is sent to Vizceral
2.Also if there is anything that watches nodes traffic, how is this done? and if traffic data is encripted will it still be available to be sent to vizceral?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello sparrow0930,
to my knowledge Vizceral is just a library/application that allows you to visualize traffic data that is provided to it. So, I do not think that there is any functionality that allows you to monitor node traffic.
Regarding your first question, the traffic data is supplied to Vizceral by providing a traffic graph using the graph format as specified here (in JSON-format): https://github.com/Netflix/vizceral/wiki/How-to-Use
This data can be supplied by calling the components updateData()-function.
I am not aware of any functionality that allows you to generate this graph format though, so you possibly need to implement that yourself.
This class also suggest that the graph can supplied by setting the traffic-parameter of the Vizceral-object in the render-function.
I would like to point out that I only recently started looking at this project again, after not having worked with it in over a year. So I would not consider myself an expert on it.
Hello,
We just found out about this tool and have some questions around it.
1.In the docs I wasn't able to find out how node data is sent to Vizceral
2.Also if there is anything that watches nodes traffic, how is this done? and if traffic data is encripted will it still be available to be sent to vizceral?
Thanks in advance.
The text was updated successfully, but these errors were encountered: