Hi Luke, Thanks for explaination, so logstash is not available in openshift 3 yet??
Thanks! On Friday, January 8, 2016, Jimmi Dyson <[email protected]> wrote: > On 8 January 2016 at 15:14, Luke Meyer <[email protected] <javascript:;>> > wrote: > > > > > > On Fri, Jan 8, 2016 at 10:08 AM, priyanka Gupta > > <[email protected] <javascript:;>> wrote: > >> > >> Hi, I have deployed EFK in openshift 3.1, In doc it is mentoined > >> "Unfortunately there is no way to stream logs as they are created at > this > >> time." > >> > >> how much time gap is there between log generation and display in kibana > >> and why?? > > > > > > Should normally be just a few seconds. The gap consists of: > > 1. fluentd reading the logs from local disk (not sure how long this > takes, > > and it would depend on how active all the other container logs were too) > > 2. ES indexing the logs, which should just take about a second > > 3. kibana retrieving the logs from ES; you can have kibana auto-reload > > periodically > > One minor addition: logs are buffered in fluentd pod & bulk loaded > into Elasticsearch periodically (better performance than individual > requests for each log message). This is configurable in the > Elasticsearch plugin - not sure what we have set in our production > deployments, but likely to be 5-10 seconds I think. > > > > >> > >> > >> Is there also a template available for Logstash too? > > > > > > No, that has a very different deployment architecture. > > > >> > >> > >> Thanks a lot in advance! > >> > >> > >> On Tue, Oct 13, 2015 at 8:04 AM, priyanka Gupta > >> <[email protected] <javascript:;>> wrote: > >>> > >>> Hi , Thanks :) > >>> > >>> > >>> On Sun, Oct 11, 2015 at 1:31 PM, Jimmi Dyson <[email protected] > <javascript:;>> wrote: > >>>> > >>>> 3.1 will include a productised version of that logging solution - > >>>> patience! > >>>> > >>>> On 10 October 2015 at 16:09, Nakayama Kenjiro > >>>> <[email protected] <javascript:;>> wrote: > >>>> > Hi, > >>>> > > >>>> > OSE v3 doesn't have the doc, but origin(upstream) doc has. > >>>> > > >>>> > > >>>> > > https://docs.openshift.org/latest/admin_guide/aggregate_logging.html#using-elasticsearch > >>>> > > >>>> > So, I (we?) am not sure that it can work on OSEv3. > >>>> > > >>>> > Thanks, > >>>> > Kenjiro > >>>> > > >>>> > > >>>> > > >>>> > On Sat, Oct 10, 2015 at 11:38 PM, priyanka Gupta > >>>> > <[email protected] <javascript:;>> wrote: > >>>> >> > >>>> >> Hi , can anyone please help me with these points , need to know > what > >>>> >> is > >>>> >> provided by OSE 3? > >>>> >> > >>>> >> Thanks much !! > >>>> >> > >>>> >> > >>>> >> On Friday, October 9, 2015, priyanka Gupta > >>>> >> <[email protected] <javascript:;>> > >>>> >> wrote: > >>>> >>> > >>>> >>> Hi, > >>>> >>> > >>>> >>> I want to implement logging service in OSE v3, from current > >>>> >>> available > >>>> >>> docs I could see only Fluentd is supported now: > >>>> >>> > >>>> >>> > >>>> >>> > >>>> >>> > https://docs.openshift.com/enterprise/3.0/admin_guide/aggregate_logging.html > >>>> >>> > >>>> >>> > >>>> >>> I want to implement ELK (Elasticsearch, Logstash and Kibana) stack > >>>> >>> in > >>>> >>> openshift , is this something we can use in running OSE v3 > >>>> >>> environment. I > >>>> >>> have gone through this blog > >>>> >>> > >>>> >>> > https://blog.openshift.com/openshift-logs-metrics-management-logstash-graphite/ > >>>> >>> > >>>> >>> But I think it is for OSE v2 only. > >>>> >>> > >>>> >>> Can anyone please tell me how to implement ELK in v3, any docs? > >>>> >>> > >>>> >>> and if not what else can you used to replace this? > >>>> >>> > >>>> >>> > >>>> >>> Thanks a lot in advance ! > >>>> >> > >>>> >> > >>>> >> _______________________________________________ > >>>> >> dev mailing list > >>>> >> [email protected] <javascript:;> > >>>> >> http://lists.openshift.redhat.com/openshiftmm/listinfo/dev > >>>> >> > >>>> > > >>>> > > >>>> > > >>>> > -- > >>>> > Kenjiro NAKAYAMA <[email protected] <javascript:;>> > >>>> > GPG Key fingerprint = ED8F 049D E67A 727D 9A44 8E25 F44B E208 C946 > >>>> > 5EB9 > >>>> > > >>>> > _______________________________________________ > >>>> > dev mailing list > >>>> > [email protected] <javascript:;> > >>>> > http://lists.openshift.redhat.com/openshiftmm/listinfo/dev > >>>> > > >>> > >>> > >> > >> > >> _______________________________________________ > >> dev mailing list > >> [email protected] <javascript:;> > >> http://lists.openshift.redhat.com/openshiftmm/listinfo/dev > >> > > >
_______________________________________________ dev mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/dev
