FreeBSD Bugzilla – Attachment 163709 Details for
Bug 204934
sysutils/logstash: Update to 2.1.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
logstash.conf.sample.diff
file_204934.txt (text/plain), 1.03 KB, created by
Davide D'Amico
on 2015-12-01 15:56:36 UTC
(
hide
)
Description:
logstash.conf.sample.diff
Filename:
MIME Type:
Creator:
Davide D'Amico
Created:
2015-12-01 15:56:36 UTC
Size:
1.03 KB
patch
obsolete
>--- logstash.conf.sample.orig 2015-12-01 10:55:31.418985000 -0500 >+++ logstash.conf.sample 2015-12-01 10:55:16.941392000 -0500 >@@ -40,16 +40,10 @@ > # logstash. > # stdout { debug => "true" } > >- # This will use elasticsearch to store your logs. >- # The 'embedded' option will cause logstash to run the elasticsearch >- # server in the same process, so you don't have to worry about >- # how to download, configure, or run elasticsearch! >- elasticsearch { >- embedded => true >- host => "127.0.0.1" >- # embedded_http_port => 9200 >- # cluster => elasticsearch >- # host => host >- # port => port >+ # Logstash 2.x does not include an embedded elasticsearch anymore, so >+ # we are switching to output to a log file, as per: >+ # https://www.elastic.co/guide/en/logstash/current/plugins-outputs-file.html >+ file { >+ path => "/var/log/logstash-output.log" > } > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 204934
:
163706
|
163709
|
163729
|
163730
|
163738