Skip to content

Add support for "uuid" type in tracking_column_type - #170

Open
Nyamops wants to merge 2 commits into
logstash-plugins:mainfrom
Nyamops:main
Open

Add support for "uuid" type in tracking_column_type#170
Nyamops wants to merge 2 commits into
logstash-plugins:mainfrom
Nyamops:main

Conversation

@Nyamops

@Nyamops Nyamops commented May 21, 2024

Copy link
Copy Markdown
  • Added "uuid" type to tracking_column_type settings
  • Updated relevant documentation
  • Added tests for "uuid" type
  • Ensured compatibility with existing types

@cla-checker-service

cla-checker-service Bot commented May 21, 2024

Copy link
Copy Markdown

💚 CLA has been signed

* Added "uuid" type to tracking_column_type settings
* Updated relevant documentation
* Added tests for "uuid" type
* Ensured compatibility with existing types
* Added a list `tracking_column_types` to include the supported types ('numeric', 'uuid')
@m-khvoinitsky

Copy link
Copy Markdown

Why? Considering that UUIDs aren’t ordered.

@Nyamops

Nyamops commented May 13, 2025

Copy link
Copy Markdown
Author

Why? Considering that UUIDs aren’t ordered.

UUID v1-v4 are indeed unordered. UUID v7 was introduced in the 2022 ietf draft and now formally standardized in rfc 9562:

UUIDv7 features a time-ordered value field derived from the widely
implemented and well-known Unix Epoch timestamp source, the number of
milliseconds since midnight 1 Jan 1970 UTC, leap seconds excluded.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants