docs/vlogs/dataingetion remoev unknown language from codeblock

Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
Artem Navoiev 2023-10-14 13:54:41 +02:00 committed by Aliaksandr Valialkin
parent c9a1fc73a6
commit 798e349bc8
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1

View File

@ -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
```