You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 14, 2022. It is now read-only.
[INFO ][logstash.agent ] Successfully started Logstash API endpoint {:port=>9600}
167
167
```
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.
169
169
170
170
#### Check Elasticsearch processing
171
171
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:
176
176
```
177
177
"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" }
178
178
```
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.
0 commit comments