Composite types with line protocol

Hello @teclab,
For line protocol you can only use the following types:

Flux allows you to create composite types after ingest which is why you’re seeing that documentation. For example the function findColumn() would return an array, but you can’t write an array into influxDB.
You’d have to split that field value into multiple fields or contain it all as a string.

1 Like