mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs/VictoriaLogs: cut v1.0.0-victorialogs
This commit is contained in:
parent
4837dc6e09
commit
1bf58b2f13
2 changed files with 14 additions and 1 deletions
|
@ -15,6 +15,14 @@ according to [these docs](https://docs.victoriametrics.com/victorialogs/quicksta
|
|||
|
||||
## tip
|
||||
|
||||
## [v1.0.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v1.0.0-victorialogs)
|
||||
|
||||
Released at 2024-11-12
|
||||
|
||||
This release is identical to [v0.42.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v0.42.0-victorialogs).
|
||||
VictoriaLogs reached production quality since the [initial v0.1.0 release](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v0.1.0-victorialogs) 1.5 years ago,
|
||||
so it can be safely used in production.
|
||||
|
||||
## [v0.42.0](https://github.com/VictoriaMetrics/VictoriaMetrics/releases/tag/v0.42.0-victorialogs)
|
||||
|
||||
Released at 2024-11-08
|
||||
|
|
|
@ -11,6 +11,11 @@ aliases:
|
|||
- /VictoriaLogs/FAQ.html
|
||||
- /VictoriaLogs/faq.html
|
||||
---
|
||||
|
||||
## Is VictoriaLogs ready for production use?
|
||||
|
||||
Yes. VictoriaLogs is ready for production use starting from [v1.0.0](https://docs.victoriametrics.com/victorialogs/changelog/).
|
||||
|
||||
## What is the difference between VictoriaLogs and Elasticsearch (OpenSearch)?
|
||||
|
||||
Both Elasticsearch and VictoriaLogs allow ingesting structured and unstructured logs
|
||||
|
@ -169,4 +174,4 @@ And for the following log, its `_msg` will be `foo bar in body`:
|
|||
"message": "",
|
||||
"body": "foo bar in body"
|
||||
}
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue