Graylog2 / Graylog2/graylog2-server
Visualize content pack dependencies
Open
content-packs
feature
triaged
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
The content pack code builds a graph of dependencies for each content pack. It would be nice if the UI would offer an option to show this graph as an image for debugging purposes.
@kroepke wrote some code in the past to generate a dot (GraphViz) file from a Guava graph object. We could use that to visualize the data in the UI.
Some links:
- https://github.com/magjac/d3-graphviz
- https://bl.ocks.org/magjac/a23d1f1405c2334f288a9cca4c0ef05b
This is not a high priority issue but rather a nice to have. :wink:
Contributor guide
Assessment
This issue has not been assessed yet.