Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Dec 2015 15:57:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204934] sysutils/logstash : upgrade to 2.1.0
Message-ID:  <bug-204934-13-9ZX6foD4OT@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204934-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204934-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204934

--- Comment #8 from Davide D'Amico <davide.damico@gmail.com> ---
Comment on attachment 163709
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=163709
logstash.conf.sample.diff

>--- 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 are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204934-13-9ZX6foD4OT>