Skip to content

Commit 1740dc2

Browse files
ahmatarokkk
authored andcommitted
Documentation refactor 3 (#181)
Add documentation
1 parent effe779 commit 1740dc2

File tree

20 files changed

+258
-12
lines changed

20 files changed

+258
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The detailed CRD documentation can be found [here](/docs/crds.md).
103103

104104
## Supported Plugins
105105

106-
For complete list of supported plugins pleas checkl the [plugins index](/docs/plugins/index.md).
106+
For complete list of supported plugins please check the [plugins index](/docs/plugins/Readme.md).
107107

108108
| Name | Type | Description | Status | Version |
109109
|---------------------------------------------------------|:------:|:--------------------------------------------------------:|---------|-----------------------------------------------------------------------------------------|

cmd/docs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func main() {
154154
}
155155

156156
index := doc{
157-
Name: "index",
157+
Name: "Readme",
158158
}
159159
index.append("## Table of Contents\n\n")
160160
for _, p := range pluginDirs {

docs/deploy/manifests/rbac.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,26 @@ kind: ClusterRole
99
metadata:
1010
name: logging-operator
1111
rules:
12+
- apiGroups:
13+
- monitoring.coreos.com
14+
resources:
15+
- alertmanagers
16+
- prometheuses
17+
- prometheuses/finalizers
18+
- alertmanagers/finalizers
19+
- servicemonitors
20+
- podmonitors
21+
- prometheusrules
22+
- podmonitors
23+
verbs:
24+
- '*'
25+
- apiGroups:
26+
- apiextensions.k8s.io
27+
resources:
28+
- customresourcedefinitions
29+
verbs:
30+
- list
31+
- watch
1232
- apiGroups:
1333
- logging.banzaicloud.io
1434
resources:

docs/example-es-nginx.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
44

55
<p align="center"><img src="./img/nginx-elastic.png" width="900"></p>
66

7+
---
8+
## Contents
9+
- **Installation**
10+
- ElasticSearch Operator
11+
- [Deploy with Helm](#example-es-nginx.md#deploy-elasticsearch)
12+
- **Logging Operator**
13+
- [Deploy with Helm](#install-with-helm)
14+
- [Deploy with Kuberenetes Manifests](./deploy/README.md#deploy-logging-operator-from-kubernetes-manifests)
15+
- **Demo Application**
16+
- [Deploy with Helm](#nginx-app-and-logging-definition)
17+
- [Deploy with Kuberenetes Manifests](#install-from-kubernetes-manifests)
18+
- **Validation**
19+
- [Cerebro Dashboard](#forward-cerebro-dashboard)
20+
- [Kibana Dashboard](#forward-kibana-dashboard)
21+
---
22+
23+
724
## Deploy ElasticSearch
825

926
### Add chart repository:

docs/example-kafka-nginx.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44

55
<p align="center"><img src="./img/nignx-kafka.png" width="900"></p>
66

7+
---
8+
## Contents
9+
- **Installation**
10+
- Kafka
11+
- [Deploy with Helm](#deploy-kafka)
12+
- **Logging Operator**
13+
- [Deploy with Helm](#install-with-helm)
14+
- [Deploy with Kuberenetes Manifests](./deploy/README.md#deploy-logging-operator-from-kubernetes-manifests)
15+
- **Demo Application**
16+
- [Deploy with Helm](install-with-helm)
17+
- [Deploy with Kuberenetes Manifests](#install-from-kubernetes-manifests)
18+
- **Validation**
19+
- [Kafkacat](#test-your-deployment-with-kafkacat)
20+
---
21+
722
## Deploy Kafka
823
>In this demo we are using our kafka operator.
924
> [Easy Way Installing with Helm](https://github.com/banzaicloud/kafka-operator#easy-way-installing-with-helm)
@@ -139,4 +154,4 @@ Run kafkacat
139154
kafkacat -C -b kafka-0.kafka-headless.kafka.svc.cluster.local:29092 -t topic
140155
```
141156

142-
[![asciicast](https://asciinema.org/a/273236.svg)](https://asciinema.org/a/273236)
157+
[![asciicast](https://asciinema.org/a/273236.svg)](https://asciinema.org/a/273236)

docs/example-loki-nginx.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44

55
<p align="center"><img src="./img/nginx-loki.png" width="900"></p>
66

7+
---
8+
## Contents
9+
- **Installation**
10+
- Loki
11+
- [Deploy with Helm](#add-operator-chart-repository)
12+
- **Logging Operator**
13+
- [Deploy with Helm](#install-with-helm)
14+
- [Deploy with Kuberenetes Manifests](./deploy/README.md#deploy-logging-operator-from-kubernetes-manifests)
15+
- **Demo Application**
16+
- [Deploy with Helm](#nginx-app--logging-definition)
17+
- [Deploy with Kuberenetes Manifests](#install-from-manifest)
18+
- **Validation**
19+
- [Grafana Dashboard](#grafana-dashboard)
20+
---
21+
722
### Add operator chart repository:
823
```bash
924
helm repo add loki https://grafana.github.io/loki/charts

docs/example-s3.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
<p align="center"><img src="./img/s3_logo.png" width="340"></p>
2+
13
# Save all logs to S3
24

5+
<p align="center"><img src="./img/s3_flow.png" width="900"></p>
6+
37
Before you start [install logging-operator](/README.md#deploying-with-helm-chart)
48

59
### Create default logging

docs/img/monitor.png

-294 KB
Loading

docs/img/s3_flow.png

214 KB
Loading

docs/img/s3_logo.png

39.5 KB
Loading

0 commit comments

Comments
 (0)