We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b710b13 commit 5f01399Copy full SHA for 5f01399
3 files changed
greptimedb/detect_loading.sh
greptimedb/load_data.sh
@@ -21,7 +21,7 @@ counter=0
21
for file in $(ls *.json.gz | head -n $MAX_FILES); do
22
echo "Processing file: $file"
23
24
- curl -v "http://localhost:4000/v1/events/logs?table=jsontable&pipeline_name=jsonbench&ignore_errors=true" \
+ curl "http://localhost:4000/v1/events/logs?table=jsontable&pipeline_name=jsonbench&ignore_errors=true" \
25
-H "Content-Type: application/x-ndjson" \
26
-H "Content-Encoding: gzip" \
27
--data-binary @$file
greptimedb/vector.toml.tpl
0 commit comments