aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKaren Metts <karen.metts@elastic.co>2018-03-13 11:04:05 -0400
committerkaren.metts <karen.metts@elastic.co>2018-03-21 22:24:54 +0000
commit33fb97ce464cf7a0861405a54108129bb8c9c41a (patch)
tree78c943377084212b300f516a1f03d9baa57d2c5a /docs
parent6d6d193ca69c65398d13109998fba243ae8fa724 (diff)
Change localhost to downstreamhost
Fixes #9171
Diffstat (limited to 'docs')
-rw-r--r--docs/static/ls-ls-config.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/static/ls-ls-config.asciidoc b/docs/static/ls-ls-config.asciidoc
index 82d3ad48..a586e6e7 100644
--- a/docs/static/ls-ls-config.asciidoc
+++ b/docs/static/ls-ls-config.asciidoc
@@ -58,10 +58,10 @@ Start Logstash and generate test events:
[source,shell]
----
-bin/logstash -e 'input { generator { count => 5 } } output { lumberjack { codec => json hosts => "localhost" ssl_certificate => "lumberjack.cert" port => 5000 } }'
+bin/logstash -e 'input { generator { count => 5 } } output { lumberjack { codec => json hosts => "mydownstreamhost" ssl_certificate => "lumberjack.cert" port => 5000 } }'
----
-This sample command sends five events to localhost:5000 using the SSL certificate provided.
+This sample command sends five events to mydownstreamhost:5000 using the SSL certificate provided.
[[save-cert-ls2]]
===== Start the downstream Logstash instance