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