restructured manual
This commit is contained in:
@@ -3,12 +3,11 @@
|
||||
<h2> Table of Contents </h2>
|
||||
|
||||
- [Using Scheduler](./terraform_scheduler.md)
|
||||
- [Virtual Machine](./terraform_vm.md)
|
||||
- [Web Gateway](./terraform_vm_gateway.md)
|
||||
- [Kubernetes Cluster](./terraform_k8s.md)
|
||||
- [ZDB](./terraform_zdb.md)
|
||||
- [Zlogs](./terraform_zlogs.md)
|
||||
- [Virtual Machine](./terraform_vm.html)
|
||||
- [Web Gateway](./terraform_vm_gateway.html)
|
||||
- [Kubernetes Cluster](./terraform_k8s.html)
|
||||
- [ZDB](./terraform_zdb.html)
|
||||
- [Quantum Safe Filesystem](./terraform_qsfs.md)
|
||||
- [QSFS on Micro VM](./terraform_qsfs_on_microvm.md)
|
||||
- [QSFS on Full VM](./terraform_qsfs_on_full_vm.md)
|
||||
- [CapRover](./terraform_caprover.md)
|
||||
- [CapRover](./terraform_caprover.html)
|
||||
|
@@ -1,21 +1,10 @@
|
||||
<h1> Zlogs </h1>
|
||||
|
||||
<h2>Table of Contents</h2>
|
||||
|
||||
- [Introduction](#introduction)
|
||||
- [Using Zlogs](#using-zlogs)
|
||||
- [Creating a server](#creating-a-server)
|
||||
- [Streaming logs](#streaming-logs)
|
||||
|
||||
---
|
||||
|
||||
## Introduction
|
||||
# Zlogs
|
||||
|
||||
Zlogs is a utility that allows you to stream VM logs to a remote location. You can find the full description [here](https://github.com/threefoldtech/zos/tree/main/docs/manual/zlogs)
|
||||
|
||||
## Using Zlogs
|
||||
|
||||
In Terraform, a vm has a zlogs field, this field should contain a list of target URLs to stream logs to.
|
||||
In terraform, a vm has a zlogs field, this field should contain a list of target URLs to stream logs to.
|
||||
|
||||
Valid protocols are: `ws`, `wss`, and `redis`.
|
||||
|
||||
|
@@ -13,11 +13,7 @@
|
||||
- [Web Gateway](./resources/terraform_vm_gateway.md)
|
||||
- [Kubernetes Cluster](./resources/terraform_k8s.md)
|
||||
- [ZDB](./resources/terraform_zdb.md)
|
||||
- [Zlogs](./resources/terraform_zlogs.md)
|
||||
- [Quantum Safe Filesystem](./resources/terraform_qsfs.md)
|
||||
- [QSFS on Micro VM](./resources/terraform_qsfs_on_microvm.md)
|
||||
- [QSFS on Full VM](./resources/terraform_qsfs_on_full_vm.md)
|
||||
- [CapRover](./resources/terraform_caprover.md)
|
||||
- [QSFS on Micro VM](./resources/terraform_qsfs_on_microvm.md)
|
||||
- [QSFS on Full VM](./resources/terraform_qsfs_on_full_vm.md)
|
||||
- [CapRover](./resources/terraform_caprover.md)
|
||||
|
Reference in New Issue
Block a user