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
Copy file name to clipboardexpand all lines: README.md
+17-15
Original file line number
Diff line number
Diff line change
@@ -38,27 +38,29 @@ Run the container from the image with the following command:
38
38
This command publishes the following ports, which are needed for proper operation of the ELK stack:
39
39
40
40
- 5601 (Kibana web interface).
41
-
- 9200 (Elasticsearch)
41
+
- 9200 (Elasticsearch JSON interface).
42
42
- 5000 (Logstash server, receives logs from logstash forwarders – see the [Forwarding logs](#forwarding-logs) section below).
43
43
44
+
**Note** – The image also exposes Elasticsearch's transport interface on port 9300. Use the `-p 5300:5300` option with the `docker` command above to publish it.
45
+
44
46
**Note** – Logstash includes a web interface, but it is not started in this Docker image.
45
47
46
48
The figure below shows how the pieces fit together.
Access Kibana's web interface by browsing to `http://<your-host>:5601`, where `<your-host>` is the hostname or IP address of the host Docker is running on (see note), e.g. `localhost` if running a local native version of Docker, or the IP address of the virtual machine if running a VM-hosted version of Docker (see note).
0 commit comments