This message was deleted.
# general
s
This message was deleted.
b
Could you show some screenshots?
a
The first column __time is picking up '1970-01-01'
b
which is the timestamp field upon which
__time
is based on?
a
There is no such column , it got the name automatically
b
you need one preferably of ISO-8601 format
a
Is there any way to populate the __time column automatically without referencing any columns?
Try
missingValue
a
yeah , using that for now. Which we have to hardcode everytime
v
What do you want to set the
__time
column to? Usually it maps to a column in your data
b
current time is ambiguous in a distributed system, so I don't think there's a way to tell it to set to current system time at ingestion. You might have to inject that into the data somehow just before loading it, if you can.