Replies: 1 comment
-
Hi @Anietov, the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm running into an issue using Vector to send logs to GreptimeDB. Even though my payloads include a properly formatted timestamp field called ts_event, and my tables in GreptimeDB are defined using TIME INDEX (ts_event), Vector still inserts data using a new column called greptime_timestamp instead.
Here’s what I’ve confirmed:
My Vector remap transform correctly sets .ts_event as an RFC 3339/ISO 8601 timestamp.
I manually created the tables in GreptimeDB with this structure:
Beta Was this translation helpful? Give feedback.
All reactions