mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
add front-matter for some of victorialogs pages
Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
parent
4c78a9cc90
commit
6b98511ac9
7 changed files with 70 additions and 0 deletions
|
@ -1,3 +1,15 @@
|
||||||
|
---
|
||||||
|
sort: 1
|
||||||
|
weight: 1
|
||||||
|
title: VictoriaLogs FAQ
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
parent: "victorialogs"
|
||||||
|
weight: 1
|
||||||
|
aliases:
|
||||||
|
- /VictoriaLogs/FAQ.html
|
||||||
|
---
|
||||||
|
|
||||||
# VictoriaLogs FAQ
|
# VictoriaLogs FAQ
|
||||||
|
|
||||||
## What is the difference between VictoriaLogs and Elasticsearch (OpenSearch)?
|
## What is the difference between VictoriaLogs and Elasticsearch (OpenSearch)?
|
||||||
|
|
|
@ -1,3 +1,15 @@
|
||||||
|
---
|
||||||
|
sort: 2
|
||||||
|
weight: 2
|
||||||
|
title: LogsQL
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
parent: "victorialogs"
|
||||||
|
weight: 2
|
||||||
|
aliases:
|
||||||
|
- /VictoriaLogs/LogsQL.html
|
||||||
|
---
|
||||||
|
|
||||||
# LogsQL
|
# LogsQL
|
||||||
|
|
||||||
LogsQL is a simple yet powerful query language for [VictoriaLogs](https://docs.victoriametrics.com/VictoriaLogs/).
|
LogsQL is a simple yet powerful query language for [VictoriaLogs](https://docs.victoriametrics.com/VictoriaLogs/).
|
||||||
|
|
|
@ -1,3 +1,15 @@
|
||||||
|
---
|
||||||
|
sort: 3
|
||||||
|
weight: 3
|
||||||
|
title: VictoriaLogs Quick Start
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
parent: "victorialogs"
|
||||||
|
weight: 3
|
||||||
|
aliases:
|
||||||
|
- /VictoriaLogs/LogsQL.html
|
||||||
|
---
|
||||||
|
|
||||||
# VictoriaLogs Quick Start
|
# VictoriaLogs Quick Start
|
||||||
|
|
||||||
It is recommended to read [README](https://docs.victoriametrics.com/VictoriaLogs/)
|
It is recommended to read [README](https://docs.victoriametrics.com/VictoriaLogs/)
|
||||||
|
|
|
@ -1,3 +1,15 @@
|
||||||
|
---
|
||||||
|
sort: 4
|
||||||
|
weight: 4
|
||||||
|
title: VictoriaLogs roadmap
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
parent: "victorialogs"
|
||||||
|
weight: 4
|
||||||
|
aliases:
|
||||||
|
- /VictoriaLogs/Roadmap.html
|
||||||
|
---
|
||||||
|
|
||||||
# VictoriaLogs roadmap
|
# VictoriaLogs roadmap
|
||||||
|
|
||||||
The [VictoriaLogs](https://docs.victoriametrics.com/VictoriaLogs/) Preview is ready for evaluation in production.
|
The [VictoriaLogs](https://docs.victoriametrics.com/VictoriaLogs/) Preview is ready for evaluation in production.
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
---
|
||||||
|
sort: 6
|
||||||
|
title: Data ingestion
|
||||||
|
---
|
||||||
|
|
||||||
# Data ingestion
|
# Data ingestion
|
||||||
|
|
||||||
[VictoriaLogs](https://docs.victoriametrics.com/VictoriaLogs/) can accept logs from the following log collectors:
|
[VictoriaLogs](https://docs.victoriametrics.com/VictoriaLogs/) can accept logs from the following log collectors:
|
||||||
|
|
|
@ -1,3 +1,15 @@
|
||||||
|
---
|
||||||
|
sort: 5
|
||||||
|
weight: 5
|
||||||
|
title: VictoriaLogs key concepts
|
||||||
|
menu:
|
||||||
|
docs:
|
||||||
|
parent: "victorialogs"
|
||||||
|
weight: 5
|
||||||
|
aliases:
|
||||||
|
- /VictoriaLogs/Roadmap.html
|
||||||
|
---
|
||||||
|
|
||||||
# VictoriaLogs key concepts
|
# VictoriaLogs key concepts
|
||||||
|
|
||||||
## Data model
|
## Data model
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
---
|
||||||
|
sort: 7
|
||||||
|
title: Querying
|
||||||
|
---
|
||||||
|
|
||||||
# Querying
|
# Querying
|
||||||
|
|
||||||
[VictoriaLogs](https://docs.victoriametrics.com/VictoriaLogs/) can be queried with [LogsQL](https://docs.victoriametrics.com/VictoriaLogs/LogsQL.html)
|
[VictoriaLogs](https://docs.victoriametrics.com/VictoriaLogs/) can be queried with [LogsQL](https://docs.victoriametrics.com/VictoriaLogs/LogsQL.html)
|
||||||
|
|
Loading…
Reference in a new issue