Mailing List Archive

GUI Dashboard to view logs
Hi,

I have set up both rsyslog client-server logging for log processing. Is
there any open source based centralized GUI dashboard to view logs? Your
early response will be highly appreciated.

Thanks in advance.

Best Regards,

Kaushal
_______________________________________________
rsyslog mailing list
https://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
Re: GUI Dashboard to view logs [ In reply to ]
Hello!

You may want to consider this one: https://github.com/gvalkov/tailon

On Tue, 15 Dec 2020 at 21:04, Kaushal Shriyan via rsyslog <
rsyslog@lists.adiscon.com> wrote:

> Hi,
>
> I have set up both rsyslog client-server logging for log processing. Is
> there any open source based centralized GUI dashboard to view logs? Your
> early response will be highly appreciated.
>
> Thanks in advance.
>
> Best Regards,
>
> Kaushal
> _______________________________________________
> rsyslog mailing list
> https://lists.adiscon.net/mailman/listinfo/rsyslog
> http://www.rsyslog.com/professional-services/
> What's up with rsyslog? Follow https://twitter.com/rgerhards
> NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad
> of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you
> DON'T LIKE THAT.
>


--
Yury Bushmelev
_______________________________________________
rsyslog mailing list
https://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
Re: GUI Dashboard to view logs [ In reply to ]
Hello,

Graylog or ElasticSearch/Kibana?

Den tis 15 dec. 2020 kl 14:04 skrev Kaushal Shriyan via rsyslog <
rsyslog@lists.adiscon.com>:

> Hi,
>
> I have set up both rsyslog client-server logging for log processing. Is
> there any open source based centralized GUI dashboard to view logs? Your
> early response will be highly appreciated.
>
> Thanks in advance.
>
> Best Regards,
>
> Kaushal
>
>

--
WBR & WBW, Vitaly
_______________________________________________
rsyslog mailing list
https://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
Re: GUI Dashboard to view logs [ In reply to ]
On Wed, Dec 16, 2020 at 1:26 PM Yuri Bushmelev <jay4mail@gmail.com> wrote:

> Hello!
>
> You may want to consider this one: https://github.com/gvalkov/tailon
>

Thanks, Yuri for sharing the link and much appreciated.

Best Regards,

Kaushal
_______________________________________________
rsyslog mailing list
https://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
Re: GUI Dashboard to view logs [ In reply to ]
Thanks Vitaly for sharing the information regarding Graylog and ELK.
Is Graylog opensource? Thanks in advance. I look forward to hearing from
you.

Best Regards,

Kaushal

On Wed, Dec 16, 2020 at 2:15 PM Kaushal Shriyan <kaushalshriyan@gmail.com>
wrote:

>
>
> On Wed, Dec 16, 2020 at 1:26 PM Yuri Bushmelev <jay4mail@gmail.com> wrote:
>
>> Hello!
>>
>> You may want to consider this one: https://github.com/gvalkov/tailon
>>
>
> Thanks, Yuri for sharing the link and much appreciated.
>
> Best Regards,
>
> Kaushal
>
_______________________________________________
rsyslog mailing list
https://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
Re: GUI Dashboard to view logs [ In reply to ]
Hello,

Yes, it is open source: https://www.graylog.org/products/open-source
https://github.com/Graylog2/graylog2-server
License is SSPL:
https://www.mongodb.com/licensing/server-side-public-license/faq

Different installation options: https://www.graylog.org/downloads-2

Sending syslog from Linux systems into Graylog:
https://github.com/Graylog2/graylog-guide-syslog-linux (you can google for
encrypted communication options as well).

Den tors 17 dec. 2020 kl 1908 skrev Kaushal Shriyan <
kaushalshriyan@gmail.com>:
>
> Thanks Vitaly for sharing the information regarding Graylog and ELK. Is
Graylog opensource? Thanks in advance. I look forward to hearing from you.
>
> Best Regards,
>
> Kaushal
>
> On Wed, Dec 16, 2020 at 2:15 PM Kaushal Shriyan <kaushalshriyan@gmail.com>
wrote:
>>
>>
>>
>> On Wed, Dec 16, 2020 at 1:26 PM Yuri Bushmelev <jay4mail@gmail.com>
wrote:
>>>
>>> Hello!
>>>
>>> You may want to consider this one: https://github.com/gvalkov/tailon
>>
>>
>> Thanks, Yuri for sharing the link and much appreciated.

--
WBR & WBW, Vitaly
_______________________________________________
rsyslog mailing list
https://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.
Re: GUI Dashboard to view logs [ In reply to ]
Thanks a lot Vitaly and much appreciated. !!!

On Fri, Dec 18, 2020 at 1:54 PM Vitaly Repin <vitaly_repin@fsfe.org> wrote:

> Hello,
>
> Yes, it is open source: https://www.graylog.org/products/open-source
> https://github.com/Graylog2/graylog2-server
> License is SSPL:
> https://www.mongodb.com/licensing/server-side-public-license/faq
>
> Different installation options: https://www.graylog.org/downloads-2
>
> Sending syslog from Linux systems into Graylog:
> https://github.com/Graylog2/graylog-guide-syslog-linux (you can google
> for encrypted communication options as well).
>
> Den tors 17 dec. 2020 kl 1908 skrev Kaushal Shriyan <
> kaushalshriyan@gmail.com>:
> >
> > Thanks Vitaly for sharing the information regarding Graylog and ELK. Is
> Graylog opensource? Thanks in advance. I look forward to hearing from you.
> >
> > Best Regards,
> >
> > Kaushal
> >
> > On Wed, Dec 16, 2020 at 2:15 PM Kaushal Shriyan <
> kaushalshriyan@gmail.com> wrote:
> >>
> >>
> >>
> >> On Wed, Dec 16, 2020 at 1:26 PM Yuri Bushmelev <jay4mail@gmail.com>
> wrote:
> >>>
> >>> Hello!
> >>>
> >>> You may want to consider this one: https://github.com/gvalkov/tailon
> >>
> >>
> >> Thanks, Yuri for sharing the link and much appreciated.
>
> --
> WBR & WBW, Vitaly
>
_______________________________________________
rsyslog mailing list
https://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com/professional-services/
What's up with rsyslog? Follow https://twitter.com/rgerhards
NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.