-
I have some Data with the same timestamp which I want to store in the Data Lake. Something like this:
This leads to the problem that data in the Data Lake are replaced if they have the same timestamp. What do you think about the idea to add the option to select a field as tag in the Data Lake config menu? This especially occurs if Json->Array is used as format in the adapter configuraton and a timestamp field is added. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @obermeier, |
Beta Was this translation helpful? Give feedback.
Hi @obermeier,
did you model the name as a
dimension property
when you defined the event schema?If you do that, the data sink will automatically create a tag in Influx and you can have multiple events with the same timestamp.
To see the individual events, you can
group
the data in the Data Explorer.