docs: fix spellcheck errors found by make spellcheck

Thanks to the spellcheck Makefile rule added by @arkid15r at fabf0b928e
This commit is contained in:
Aliaksandr Valialkin 2024-07-17 18:14:18 +02:00
parent 9b529c2742
commit 326c9bc1aa
No known key found for this signature in database
GPG Key ID: 52C003EE2BCDB9EB
3 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ from the received Syslog lines:
- [`_msg`](https://docs.victoriametrics.com/victorialogs/keyconcepts/#message-field) - the `MESSAGE` field from the supported syslog formats above - [`_msg`](https://docs.victoriametrics.com/victorialogs/keyconcepts/#message-field) - the `MESSAGE` field from the supported syslog formats above
- `hostname`, `app_name` and `proc_id` - [stream fields](https://docs.victoriametrics.com/victorialogs/keyconcepts/#stream-fields) for unique identification - `hostname`, `app_name` and `proc_id` - [stream fields](https://docs.victoriametrics.com/victorialogs/keyconcepts/#stream-fields) for unique identification
over every log stream over every log stream
- `priority`, `factility` and `severity` - these fields are extracted from `<PRI>` field - `priority`, `facility` and `severity` - these fields are extracted from `<PRI>` field
- `format` - this field is set to either `rfc3164` or `rfc5424` depending on the format of the parsed syslog line - `format` - this field is set to either `rfc3164` or `rfc5424` depending on the format of the parsed syslog line
- `msg_id` - `MSGID` field from log line in `RFC5424` format. - `msg_id` - `MSGID` field from log line in `RFC5424` format.

View File

@ -118,4 +118,4 @@ sinks:
# References # References
- [Vector documentation](https://vector.dev/docs/) - [Vector documentation](https://vector.dev/docs/)
- [VictoriaLogs documenation for using vector]({{< ref "/victorialogs/data-ingestion/vector" >}}) - [VictoriaLogs documentation for using vector]({{< ref "/victorialogs/data-ingestion/vector" >}})

View File

@ -1554,7 +1554,7 @@ The following meta labels are available on discovered targets during [relabeling
* `__meta_vultr_instance_allowed_bandwidth_gb`: monthly bandwidth quota in GB. * `__meta_vultr_instance_allowed_bandwidth_gb`: monthly bandwidth quota in GB.
* `__meta_vultr_instance_disk_gb`: the size of the disk in GB. * `__meta_vultr_instance_disk_gb`: the size of the disk in GB.
* `__meta_vultr_instance_features`: comma-separated list of features avabilable to instance, such as "auto_backups", "ipv6", "ddos_protection". * `__meta_vultr_instance_features`: comma-separated list of features available to instance, such as "auto_backups", "ipv6", "ddos_protection".
* `__meta_vultr_instance_hostname`: hostname for this instance. * `__meta_vultr_instance_hostname`: hostname for this instance.
* `__meta_vultr_instance_id`: unique ID for the VPS Instance. * `__meta_vultr_instance_id`: unique ID for the VPS Instance.
* `__meta_vultr_instance_internal_ip`: internal IP used by this instance, if set. Only relevant when a VPC is attached. * `__meta_vultr_instance_internal_ip`: internal IP used by this instance, if set. Only relevant when a VPC is attached.