guardicore / guardicore/monkey
Event timeline report
- Dominant language
- Python
- Stars
- 7.1k
- Forks
- 830
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
There's no convenient way to investigate Infection Monkey's activity on the whole test network throughout time.
There's no way to gauge simulation intensity on the network throughout time.
## Tasks
- [ ] Find a graph library that can support dot graph. Example: https://observablehq.com/@d3/beeswarm/2?intent=fork
- [ ] Use the library to plot events by time
- [ ] Add zoom capability (maybe through choosing the timespan)
- [ ] Make dot clickable. Upon getting clicked it should display basic information and have a button to link to more details.
- [ ] Add filters
- [ ] Event types filter
- [ ] Source filter
- [ ] Target filter
- [ ] Tags filter
## Mock
As per @mssalvatore idea:

Contributor guide
Assessment
This issue has not been assessed yet.