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
+6-12Lines changed: 6 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,14 +19,14 @@ See below for a complate example using `Vagrant`.
19
19
20
20
The logstash configuration file used in this container is downloaded from the internet using `wget`. The configuration file location is determined by the value of the `LOGSTASH_CONFIG_FILE` environment variable, which is set using the `-e` flag when executing `docker run`.
21
21
22
-
By default, unless `LOGSTASH_CONFIG_FILE` is overridden, an [example configuration file][2] for an embedded Elasticsearch will be downloaded, moved to `/opt/logstash.conf`, and used by logstash in your container.
22
+
Unless `LOGSTASH_CONFIG_FILE` is overridden, an [example configuration file][2] for an embedded Elasticsearch will be downloaded, moved to `/opt/logstash.conf`, and used in your container.
23
23
24
-
I have created three reference config files that can be used for testing:
24
+
I have created two reference config files that can be used for testing:
If you want to link to another container running elasticsearch rather than use the embedded server:
@@ -79,10 +75,6 @@ To have you the linked elasticsearch container's `bind_host` and `port` automati
79
75
80
76
I have created an [example linked config file](https://gist.githubusercontent.com/pblittle/0b937485fa4a322ea9eb/raw/logstash_linked.conf) which includes the `ES_HOST` and `ES_PORT` placeholders described above.
If you are using an external elasticsearch server rather than the embedded server or a linked container, simply provide a configuration file with the Elasticsearch endpoints already configured:
@@ -93,7 +85,9 @@ If you are using an external elasticsearch server rather than the embedded serve
93
85
-p 9200:9200
94
86
pblittle/docker-logstash
95
87
96
-
Verify the logstash installation by visiting:
88
+
### Finally, verify the installation
89
+
90
+
You can now verify the logstash installation by visiting the prebuilt logstash dashboard:
0 commit comments