Skip to content

Commit 3006a97

Browse files
committed
updated readme
renamed splunk folder
1 parent 8dcefcf commit 3006a97

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

Readme.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ https://github.com/116davinder/zookeeper-cluster-ansible
2323
# **Production Environment Setup**
2424

2525
## **Cloud Infra Setup for Apache Kafka Using Terraform**
26-
Under terrform folder
26+
2727
* `terraform/aws`
2828
* `terraform/oci`
2929

@@ -55,17 +55,19 @@ ansible-playbook -i inventory/<environment>/cluster.ini clusterConsumerMetricSet
5555

5656
* **Sample Splunk Dashboards**
5757
```
58-
these are under "files/splunk dashboards" folder.
58+
files/splunk-dashboards
5959
```
6060
* **To add newrelic monitoring to cluster**
6161

6262
```ansible-playbook -i inventory/<environment>/cluster.ini clusterNewRelicSetup.yml```
6363

6464
* **Sample NewRelic Dashboards**
65+
6566
```
66-
these are under "files/newrelic-dashboards" folder.
67+
files/newrelic-dashboards
6768
```
6869

70+
6971
### **To add new broker to cluster**
7072
* Update Required vars in ```inventory/<environment>/group_vars/all.yml``` .
7173
* Update Required vars in ```inventory/<environment>/cluster.ini``` .
@@ -143,10 +145,11 @@ It will be installed in similar way to apache kafka but it will start apache kaf
143145

144146
```ansible-playbook -i inventory/<environment>/cluster.ini clusterKafkaMirrorMakerRemoveNodes.yml```
145147

146-
### **Rolling restart cluster**
148+
### **Rolling Restart cluster**
147149

148150
```ansible-playbook -i inventory/<environment>/cluster.ini clusterKafkaMirrorMakerRollingRestart.yml```
149151

152+
## **Kafka Management / Operations**
150153
### **Install / Upgrade / Update Kafka Manager ( CMAK )**
151154
**Ref:** `https://github.com/yahoo/kafka-manager/releases`
152155

@@ -157,7 +160,7 @@ It will be installed in similar way to apache kafka but it will start apache kaf
157160
### **Tested OS**
158161
* CentOS 7
159162
* RedHat 7
160-
* Ubuntu / Debain ( under progress, might work )
163+
* Ubuntu / Debain ( under progress, might work :) )
161164

162165
### **Tested Ansible Version**
163166
```

0 commit comments

Comments
 (0)