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

Enhancement: output summary numbers with commas #649

Closed
YamatoSecurity opened this issue Aug 8, 2022 · 0 comments · Fixed by #650
Closed

Enhancement: output summary numbers with commas #649

YamatoSecurity opened this issue Aug 8, 2022 · 0 comments · Fixed by #650
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@YamatoSecurity
Copy link
Collaborator

サマリでイベント数が多いと、読みづらいので、コンマを入れたいです。
例:

Total events: 5232442
Data reduction: 4141340 events (79.15%)

Total detections: 2273592
Total critical detections: 66
Total high detections: 431242
Total medium detections: 184054
Total low detections: 128958
Total informational detections: 1529272

を以下にします:

Total events: 5,232,442
Data reduction: 4,141,340 events (79.15%)

Total detections: 2,273,592
Total critical detections: 66
Total high detections: 431,242
Total medium detections: 184,054
Total low detections: 128,958
Total informational detections: 1,529,272
@YamatoSecurity YamatoSecurity added the enhancement New feature or request label Aug 8, 2022
@YamatoSecurity YamatoSecurity added this to the v1.5.0 milestone Aug 8, 2022
@hitenkoku hitenkoku self-assigned this Aug 8, 2022
hitenkoku added a commit that referenced this issue Aug 8, 2022
@hitenkoku hitenkoku linked a pull request Aug 8, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants