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
parent 8d3b732ce0
commit 83d64aa621
No known key found for this signature in database
GPG key ID: BE7B8368E3432014

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