crowdsec
crowdsec copied to clipboard
Log processor `last_push` / `created_at` are always updated.
In the DB schema, the last_push and created_at fields have an UpdateDefault value, which means that they will get updated each time we write to a LP row (for example, when we receive a heartbeat).
last_push should only be updated when LAPI actually receives a signal, and created_at should never be touched after the creation.
@blotus: Thanks for opening an issue, it is currently awaiting triage.
In the meantime, you can:
- Check Crowdsec Documentation to see if your issue can be self resolved.
- You can also join our Discord.
- Check Releases to make sure your agent is on the latest version.
Details
I 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.
@blotus: There are no 'kind' label on this issue. You need a 'kind' label to start the triage process.
/kind feature/kind enhancement/kind refactoring/kind bug/kind packaging
Details
I 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.
done in https://github.com/crowdsecurity/crowdsec/pull/2981