Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 325fb6b

Browse files
author
Chris Wiechmann
authored
Update README.md
1 parent 437b9f5 commit 325fb6b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ docker-compose down
115115
116116
## Troubleshooting
117117
#### Check processes/containers are running
118-
From with the folder where the docker-compose.yml file is located run
118+
From within the folder where the docker-compose.yml file is located execute:
119119
```
120120
docker-compose inspect
121121
Name Command State Ports
@@ -125,7 +125,7 @@ apigateway-openlogging-elk_filebeat_1_3ad3117a1312 /usr/local/b
125125
apigateway-openlogging-elk_logstash_1_c6227859a9a4 /usr/local/bin/docker-entr ... Up 0.0.0.0:5044->5044/tcp, 9600/tcp
126126
elasticsearch1 /usr/local/bin/docker-entr ... Up 0.0.0.0:9200->9200/tcp, 0.0.0.0:9300->9300/tcp
127127
```
128-
Depending on the services you enabled/disbaled you see the status.
128+
Depending on the services you enabled/disbaled you see the status of each container.
129129
130130
#### Check Filebeat is picking up data
131131
You need to check the filebeat Log-File within the running docker container.
@@ -147,7 +147,7 @@ Logstash write to Stdout, hence you can view information just with:
147147
```
148148
docker logs apigateway-openlogging-elk_logstash_1_c6227859a9a4 --follow
149149
```
150-
When Logstash is successfully started you shoudl see the following:
150+
When Logstash is successfully started you should see the following:
151151
```
152152
[INFO ][logstash.javapipeline ] Starting pipeline {:pipeline_id=>"main", "pipeline.workers"=>1, "pipeline.batch.size"=>20, "pipeline.batch.delay"=>50, "pipeline.max_inflight"=>20, :thread=>"#<Thread:0x7d34e839 run>"}
153153
[INFO ][logstash.inputs.beats ] Beats inputs: Starting input listener {:address=>"0.0.0.0:5044"}
@@ -165,7 +165,7 @@ When Logstash is successfully started you shoudl see the following:
165165
[INFO ][logstash.agent ] Pipelines running {:count=>2, :running_pipelines=>[:main, :".monitoring-logstash"], :non_running_pipelines=>[]}
166166
[INFO ][logstash.agent ] Successfully started Logstash API endpoint {:port=>9600}
167167
```
168-
Once, Logstash is successfully processing data you see them flying by in the log output.
168+
Once, Logstash is successfully processing data, you see them flying by as JSON-Payload in the log output.
169169
170170
#### Check Elasticsearch processing
171171
It takes a while until Elasticsearch is finally started and reports it with the following line:
@@ -176,7 +176,7 @@ When Elasticsearch is finally started:
176176
```
177177
"level": "INFO", "component": "o.e.c.r.a.AllocationService", "cluster.name": "elasticsearch", "node.name": "elasticsearch1", "message": "Cluster health status changed from [RED] to [YELLOW] (reason: [shards started [[.kibana_1][0]]]).", "cluster.uuid": "k22kMiq4R12I7BSTD87n5Q", "node.id": "6TVkdA-YR7epgV39dZNG2g" }
178178
```
179-
Status Yellow is expected when running Elasticsearch on a single node, as it can achieve the desired replicas. You may use Kibana Development tools or curl to get additional information.
179+
Status YELLOW is expected when running Elasticsearch on a single node, as it can achieve the desired replicas. You may use Kibana Development tools or curl to get additional information.
180180
181181
#### Check API-Builder processing
182182
The API-Builder docker container is running

0 commit comments

Comments
 (0)