apache / flagon-useralejs

Apache Flagon UserALE is a comprehensive, thin-client behavioral logging tool
https://flagon.apache.org/
Apache License 2.0
26 stars 26 forks source link

Feature(schema): Enforce log structure #443

Open EandrewJones opened 6 months ago

EandrewJones commented 6 months ago

Problem

Inconsistencies in the schema across versions and between logTypes (interval vs raw) can cause challenges for downstream development/interaction with the logs in both TAP and Distill.

Proposal

Maintain a versioned, default schema that we enforce for all standard log types. Pure custom logs would be the exception. This will guarantee the existence of a core set of key-value pairs in the logs for downstream consumers.

Options:

Risks

Suvendu-UI commented 4 months ago

is the issue closed or open ?

EandrewJones commented 4 months ago

This issue is still open.