mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
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:
parent
52043796c9
commit
6154bc9466
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue