Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request : Be able to graph relation analysis #43

Open
HammerZ3it opened this issue Oct 30, 2017 · 7 comments
Open

Feature request : Be able to graph relation analysis #43

HammerZ3it opened this issue Oct 30, 2017 · 7 comments

Comments

@HammerZ3it
Copy link

HammerZ3it commented Oct 30, 2017

Hi @dlumbrer,
First of all thank you for sharing such a great plugin.

It would be really awsome if it was possible to have the possibility to add informations to two "Node" bucket type.
Let me explain it "clearly" we wish to graph flows between hosts regarding the port number.
What we have :
what_we_have

and what we wish to have :
what_we_wish

At the moment we know how to get this informations using "Data Table" but not able to visualize it.
Do you think it could be an eventuality ?

Maybe by allowing something different than "Edge size" ? a Edge Info list ? (e.g : "80, 443, 53")

Regards,

@equinoxefr
Copy link

In data table we can use 3 buckets to show each relation between 2 ip

image

@prKrumm
Copy link

prKrumm commented Nov 30, 2017

HI @dlumbrer ,
I am also interested in this enhancement.
We would like to draw a graph/network of all the connections between machines. The data model could look like the following:
[{
"Pfeil": "2to3",
"auftragid": "2",
"produktid": "2",
"Schritte": [{
"pos": 2,
"maschineid": "3"
}, {
"pos": 1,
"maschineid": "2"

}]

},{
"Pfeil": "3to2",
"auftragid": "2",
"produktid": "2",
"Schritte": [{
"pos": 2,
"maschineid": "2"
}, {
"pos": 1,
"maschineid": "3"

}]

}]
But I get only one graph relation between machine 2 and 3.
image

Is it possible to have 2 relations/edges or at least a bidirectional edge?

Regards

@omarix
Copy link

omarix commented Dec 11, 2017

+1

@anthonyleonard
Copy link

+1 :)

@niempy
Copy link

niempy commented Sep 24, 2018

+1

2 similar comments
@grinbin
Copy link

grinbin commented Mar 17, 2020

+1

@StuartSmith21
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants