diff --git a/docs/VictoriaLogs/data-ingestion/README.md b/docs/VictoriaLogs/data-ingestion/README.md index 9d4164a79..7eaa9663e 100644 --- a/docs/VictoriaLogs/data-ingestion/README.md +++ b/docs/VictoriaLogs/data-ingestion/README.md @@ -223,7 +223,7 @@ These headers may contain the needed tenant to ingest data to. See [multitenancy The following command can be used for verifying whether the data is successfully ingested into VictoriaLogs: -```logsql +```bash curl http://localhost:9428/select/logsql/query -d 'query=*' | head ```