Hi,
I am new to InfluxDB and I can able to create buckets in CLI. I want to create measurements inside the buckets. Is it possible? I am using windows OS.
Regards
Sudheer
Hi,
I am new to InfluxDB and I can able to create buckets in CLI. I want to create measurements inside the buckets. Is it possible? I am using windows OS.
Regards
Sudheer
hi @AVVS_Sudheer,
Measurements are created on write of your data:
// Syntax
<measurement>[,<tag_key>=<tag_value>[,<tag_key>=<tag_value>]] <field_key>=<field_value>[,<field_key>=<field_value>] [<timestamp>]
// Example
myMeasurement,tag1=value1,tag2=value2 fieldKey="fieldValue" 1556813561098000000