mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs/vmlogs fix aliases
Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
parent
5f621b2fa1
commit
c9a1fc73a6
5 changed files with 22 additions and 3 deletions
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
title: VictoriaLogs
|
||||
weight: 0
|
||||
aliases:
|
||||
- /VictoriaLogs/
|
||||
- /VictoriaLogs/index.html
|
||||
---
|
||||
# VictoriaLogs
|
||||
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
---
|
||||
weight: 4
|
||||
title: Promtail setup
|
||||
disableToc: true
|
||||
menu:
|
||||
docs:
|
||||
parent: "victorialogs-data-ingestion"
|
||||
weight: 4
|
||||
aliases:
|
||||
- /VictoriaLogs/data-ingestion/Promtail.html
|
||||
---
|
||||
# Promtail setup
|
||||
|
||||
[Promtail](https://grafana.com/docs/loki/latest/clients/promtail/) is a default log shipper for Grafana Loki.
|
||||
|
|
|
@ -7,6 +7,9 @@ menu:
|
|||
identifier: victorialogs-data-ingestion
|
||||
parent: "victorialogs"
|
||||
weight: 3
|
||||
aliases:
|
||||
- /VictoriaLogs/data-ingestion/
|
||||
- /VictoriaLogs/data-ingestion/index.html
|
||||
---
|
||||
|
||||
# Data ingestion
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
---
|
||||
weight: 4
|
||||
weight: 5
|
||||
title: Vector setup
|
||||
disableToc: true
|
||||
menu:
|
||||
docs:
|
||||
parent: "victorialogs-data-ingestion"
|
||||
weight: 4
|
||||
weight: 5
|
||||
aliases:
|
||||
- /VictoriaLogs/data-ingestion/Vector.html
|
||||
---
|
||||
|
||||
# Vector setup
|
||||
|
||||
Specify [Elasticsearch sink type](https://vector.dev/docs/reference/configuration/sinks/elasticsearch/) in the `vector.toml`
|
||||
|
|
|
@ -7,6 +7,9 @@ menu:
|
|||
identifier: victorialogs-querying
|
||||
parent: "victorialogs"
|
||||
weight: 4
|
||||
aliases:
|
||||
- /VictoriaLogs/querying/
|
||||
- /VictoriaLogs/querying/index.html
|
||||
---
|
||||
|
||||
# Querying
|
||||
|
|
Loading…
Reference in a new issue