VictoriaLogs/keyConcepts.md: fix broken anchor to #other-fields (#6896)

### Describe Your Changes

The anchor to "Other fields" section should be #other-fields (instead of
#other-field)

### Checklist

The following checks are **mandatory**:

- [x] My change adheres [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/contributing/).

Signed-off-by: Cuong Le <cuongleqq@gmail.com>
This commit is contained in:
Cuong Le 2024-08-28 15:02:01 +07:00 committed by GitHub
parent 52043796c9
commit 6154bc9466
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -110,7 +110,7 @@ Unicode chars must be encoded with [UTF-8](https://en.wikipedia.org/wiki/UTF-8)
VictoriaLogs automatically indexes all the fields in all the [ingested](https://docs.victoriametrics.com/victorialogs/data-ingestion/) logs.
This enables [full-text search](https://docs.victoriametrics.com/victorialogs/logsql/) across all the fields.
VictoriaLogs supports the following special fields additionally to arbitrary [other fields](#other-field):
VictoriaLogs supports the following special fields additionally to arbitrary [other fields](#other-fields):
* [`_msg` field](#message-field)
* [`_time` field](#time-field)