From f45f39d80e2ac40187ebc953ae8bcec0991d0294 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Sun, 17 Mar 2024 23:11:15 +0200 Subject: [PATCH] Revert "deployment/docs: use lower-case links to VictoriaLogs docs" This reverts commit a0937b01c113cfb06b523093ba413b53b065295f. Reason for revert: MixedCase links started working again. See, for example, https://docs.victoriametrics.com/VictoriaLogs/querying/#vmui --- deployment/docker/victorialogs/filebeat-docker/README.md | 6 +++--- deployment/docker/victorialogs/filebeat-syslog/README.md | 6 +++--- deployment/docker/victorialogs/fluentbit-docker/README.md | 6 +++--- deployment/docker/victorialogs/logstash/README.md | 6 +++--- deployment/docker/victorialogs/vector-docker/README.md | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/deployment/docker/victorialogs/filebeat-docker/README.md b/deployment/docker/victorialogs/filebeat-docker/README.md index 2f8775bb5..e270f73a5 100644 --- a/deployment/docker/victorialogs/filebeat-docker/README.md +++ b/deployment/docker/victorialogs/filebeat-docker/README.md @@ -23,8 +23,8 @@ The docker compose file contains the following components: Querying the data -* [vmui](https://docs.victoriametrics.com/victorialogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/select/vmui` -* for querying the data via command-line please check [these docs](https://docs.victoriametrics.com/victorialogs/querying/#command-line) +* [vmui](https://docs.victoriametrics.com/VictoriaLogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/select/vmui` +* for querying the data via command-line please check [these docs](https://docs.victoriametrics.com/VictoriaLogs/querying/#command-line) the example of filebeat configuration(`filebeat.yml`) @@ -51,4 +51,4 @@ http: port: 5066 ``` -Please, note that `_stream_fields` parameter must follow recommended [best practices](https://docs.victoriametrics.com/victorialogs/keyConcepts.html#stream-fields) to achieve better performance. \ No newline at end of file +Please, note that `_stream_fields` parameter must follow recommended [best practices](https://docs.victoriametrics.com/VictoriaLogs/keyConcepts.html#stream-fields) to achieve better performance. \ No newline at end of file diff --git a/deployment/docker/victorialogs/filebeat-syslog/README.md b/deployment/docker/victorialogs/filebeat-syslog/README.md index da8990808..5feda8973 100644 --- a/deployment/docker/victorialogs/filebeat-syslog/README.md +++ b/deployment/docker/victorialogs/filebeat-syslog/README.md @@ -20,8 +20,8 @@ The docker compose file contains the following components: Querying the data -* [vmui](https://docs.victoriametrics.com/victorialogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/select/vmui` -* for querying the data via command-line please check [these docs](https://docs.victoriametrics.com/victorialogs/querying/#command-line) +* [vmui](https://docs.victoriametrics.com/VictoriaLogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/select/vmui` +* for querying the data via command-line please check [these docs](https://docs.victoriametrics.com/VictoriaLogs/querying/#command-line) the example of filebeat configuration(`filebeat.yml`) @@ -42,4 +42,4 @@ output.elasticsearch: _stream_fields: "host.name,process.program,process.pid,container.name" ``` -Please, note that `_stream_fields` parameter must follow recommended [best practices](https://docs.victoriametrics.com/victorialogs/keyConcepts.html#stream-fields) to achieve better performance. \ No newline at end of file +Please, note that `_stream_fields` parameter must follow recommended [best practices](https://docs.victoriametrics.com/VictoriaLogs/keyConcepts.html#stream-fields) to achieve better performance. \ No newline at end of file diff --git a/deployment/docker/victorialogs/fluentbit-docker/README.md b/deployment/docker/victorialogs/fluentbit-docker/README.md index e99b58531..502e64779 100644 --- a/deployment/docker/victorialogs/fluentbit-docker/README.md +++ b/deployment/docker/victorialogs/fluentbit-docker/README.md @@ -20,8 +20,8 @@ The docker compose file contains the following components: Querying the data -* [vmui](https://docs.victoriametrics.com/victorialogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/select/vmui` -* for querying the data via command-line please check [these docs](https://docs.victoriametrics.com/victorialogs/querying/#command-line) +* [vmui](https://docs.victoriametrics.com/VictoriaLogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/select/vmui` +* for querying the data via command-line please check [these docs](https://docs.victoriametrics.com/VictoriaLogs/querying/#command-line) the example of fluentbit configuration(`filebeat.yml`) @@ -58,4 +58,4 @@ the example of fluentbit configuration(`filebeat.yml`) header ProjectID 0 ``` -Please, note that `_stream_fields` parameter must follow recommended [best practices](https://docs.victoriametrics.com/victorialogs/keyConcepts.html#stream-fields) to achieve better performance. \ No newline at end of file +Please, note that `_stream_fields` parameter must follow recommended [best practices](https://docs.victoriametrics.com/VictoriaLogs/keyConcepts.html#stream-fields) to achieve better performance. \ No newline at end of file diff --git a/deployment/docker/victorialogs/logstash/README.md b/deployment/docker/victorialogs/logstash/README.md index 4cfb5d6d7..8b1290d6e 100644 --- a/deployment/docker/victorialogs/logstash/README.md +++ b/deployment/docker/victorialogs/logstash/README.md @@ -25,8 +25,8 @@ The docker compose file contains the following components: Querying the data -* [vmui](https://docs.victoriametrics.com/victorialogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/select/vmui` -* for querying the data via command-line please check [these docs](https://docs.victoriametrics.com/victorialogs/querying/#command-line) +* [vmui](https://docs.victoriametrics.com/VictoriaLogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/select/vmui` +* for querying the data via command-line please check [these docs](https://docs.victoriametrics.com/VictoriaLogs/querying/#command-line) Here is an example of logstash configuration(`pipeline.conf`): @@ -53,4 +53,4 @@ output { } ``` -Please, note that `_stream_fields` parameter must follow recommended [best practices](https://docs.victoriametrics.com/victorialogs/keyConcepts.html#stream-fields) to achieve better performance. \ No newline at end of file +Please, note that `_stream_fields` parameter must follow recommended [best practices](https://docs.victoriametrics.com/VictoriaLogs/keyConcepts.html#stream-fields) to achieve better performance. \ No newline at end of file diff --git a/deployment/docker/victorialogs/vector-docker/README.md b/deployment/docker/victorialogs/vector-docker/README.md index 3331599b1..7f60ba59b 100644 --- a/deployment/docker/victorialogs/vector-docker/README.md +++ b/deployment/docker/victorialogs/vector-docker/README.md @@ -21,8 +21,8 @@ The docker compose file contains the following components: Querying the data -* [vmui](https://docs.victoriametrics.com/victorialogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/select/vmui` -* for querying the data via command-line please check [these docs](https://docs.victoriametrics.com/victorialogs/querying) +* [vmui](https://docs.victoriametrics.com/VictoriaLogs/querying/#vmui) - a web UI is accessible by `http://localhost:9428/select/vmui` +* for querying the data via command-line please check [these docs](https://docs.victoriametrics.com/VictoriaLogs/querying/#command-line) the example of vector configuration(`vector.toml`) @@ -58,4 +58,4 @@ the example of vector configuration(`vector.toml`) ProjectID = "0" ``` -Please, note that `_stream_fields` parameter must follow recommended [best practices](https://docs.victoriametrics.com/victorialogs/keyConcepts.html#stream-fields) to achieve better performance. +Please, note that `_stream_fields` parameter must follow recommended [best practices](https://docs.victoriametrics.com/VictoriaLogs/keyConcepts.html#stream-fields) to achieve better performance.