Skip to content

Commit

Permalink
logstash --publish port 5044
Browse files Browse the repository at this point in the history
  • Loading branch information
dougburks committed Dec 11, 2017
1 parent 4a1ae52 commit cb84aaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usr/sbin/so-elastic-start-logstash
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ if [ "$LOGSTASH_ENABLED" = "yes" ]; then
docker run --name=so-logstash \
--detach \
--env LS_JAVA_OPTS="-Xms$LOGSTASH_HEAP -Xmx$LOGSTASH_HEAP" \
--publish $LOGSTASH_PUBLISH_IP:5044:5044 \
--publish $LOGSTASH_PUBLISH_IP:6050:6050 \
--publish $LOGSTASH_PUBLISH_IP:6051:6051 \
--publish $LOGSTASH_PUBLISH_IP:6052:6052 \
Expand Down

0 comments on commit cb84aaf

Please sign in to comment.