-
Notifications
You must be signed in to change notification settings - Fork 30
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
Incorrect ID field format for logs #622
Comments
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
We currently are using UUIDs, and moving to a time-based ID would allow us to reduce the amount of bytes. |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
Description
Opensearch uses a custom time-based ID which you can see here - hhttps://github.com/opensearch-project/OpenSearch/blob/main/libs/common/src/main/java/org/opensearch/common/TimeBasedUUIDGenerator.java#L80-L118
We should consider moving to a similar format.
The text was updated successfully, but these errors were encountered: