From 025f8769e97818cc342a65abe9a9b15f255c28f7 Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 4 Oct 2022 09:58:17 -0600 Subject: [PATCH] hotfix: add timestamps to influx write examples --- content/influxdb/v2.4/reference/cli/influx/write/_index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/content/influxdb/v2.4/reference/cli/influx/write/_index.md b/content/influxdb/v2.4/reference/cli/influx/write/_index.md index 83d6bd718..fddbec0dd 100644 --- a/content/influxdb/v2.4/reference/cli/influx/write/_index.md +++ b/content/influxdb/v2.4/reference/cli/influx/write/_index.md @@ -123,10 +123,8 @@ In **extended annotated CSV**, measurements, fields, and values and their types ##### Write line protocol via stdin ```sh influx write --bucket example-bucket " -m,host=host1 field1=1.2 -m,host=host2 field1=2.4 -m,host=host1 field2=5i -m,host=host2 field2=3i +m,host=host1 field1=1.2,field2=5i 1640995200000000000 +m,host=host2 field1=2.4,field2=3i 1640995200000000000 " ```