-
Notifications
You must be signed in to change notification settings - Fork 485
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
[cscli] Alerts list created_at? #3321
Comments
@LaurenceJJones: Thanks for opening an issue, it is currently awaiting triage. In the meantime, you can:
DetailsI am a bot created to help the crowdsecurity developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the BirthdayResearch/oss-governance-bot repository. |
@LaurenceJJones: There are no 'kind' label on this issue. You need a 'kind' label to start the triage process.
DetailsI am a bot created to help the crowdsecurity developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the BirthdayResearch/oss-governance-bot repository. |
List shows:
Inspect shows:
|
It's trivial to do but there is currently a mismatch in formatting because we use Go's standard String() for StartAt, and RFC3339 for CreatedAt. I think we should use the same formats not only in the db but in the intermediate model, where times are defined as string |
When using
cscli
to list alerts I noticed something odd, thecreated_at
column is different when inspected?Edit:
Should the
created_at
field show theBegin
orEnd
as that is when the overflow actually occurred? as when looking at the console it seems the alert is "off"The text was updated successfully, but these errors were encountered: