Re: [Users] centralized Logging engine and hypervisor

2014-03-20 Thread Sven Kieske
Am 20.03.2014 16:07, schrieb R P Herrold: > we certainly do ... but this is a shifting space with syslog, > rsyslog, and (on the horizon) systemd wanting to handle event > generation. On the receiving end, we have a checklist for > getting rsyslog set up to 'listen correctly' Also there are

[Users] centralized Logging engine and hypervisor

2014-03-20 Thread R P Herrold
On Thu, 20 Mar 2014, Sven Kieske wrote: > But it would be cool if you could work towards > integrating this feature into ovirt in the future, maybe > for 3.5 or 4.0. > > So I created an RFE at: > > https://bugzilla.redhat.com/show_bug.cgi?id=1078738 > > I think many large data centers could use

Re: [Users] centralized Logging engine and hypervisor

2014-03-20 Thread Sven Kieske
Hi, and thanks for pointing this out. Maybe my BZ at: https://bugzilla.redhat.com/show_bug.cgi?id=1078738 could suffice as a first subtask in solving this issue by introducing a syslog handler module shipped by ovirt for jboss 7.1 and maybe additionally put another couple of log4j.xml into /et

Re: [Users] centralized Logging engine and hypervisor

2014-03-20 Thread Alon Bar-Lev
- Original Message - > From: "Martin Perina" > To: "Alon Bar-Lev" > Cc: users@ovirt.org, "Sven Kieske" > Sent: Thursday, March 20, 2014 10:12:31 AM > Subject: Re: [Users] centralized Logging engine and hypervisor > > > > ---

Re: [Users] centralized Logging engine and hypervisor

2014-03-20 Thread Sven Kieske
Am 20.03.2014 11:04, schrieb Martin Perina: > > > > I didn't try it, but some info can be found in this thread: > > http://stackoverflow.com/questions/10400263/jboss-as-7-configure-logging-to-syslog-appender Thanks for the link, for documentation purposes, I'll post my findings here to, so

Re: [Users] centralized Logging engine and hypervisor

2014-03-20 Thread Martin Perina
- Original Message - > From: "Sven Kieske" > To: "Ernest Beinrohr" , "Users@ovirt.org List" > > Sent: Thursday, March 20, 2014 10:14:49 AM > Subject: Re: [Users] centralized Logging engine and hypervisor > > Thanks for the head

Re: [Users] centralized Logging engine and hypervisor

2014-03-20 Thread Sven Kieske
I filed an RFE at: https://bugzilla.redhat.com/show_bug.cgi?id=1078738 Honestly I think this is just unbearable, and I don't understand why it is not already easily configurable. However, I know this will take some time. So in the meantime any way to hack ovirt to enable syslog would be a great

Re: [Users] centralized Logging engine and hypervisor

2014-03-20 Thread Sven Kieske
Thanks for the heads up. Honestly, I think it should be easy to change logging from file-based to a central syslog server, but it does not seem to be the case for oVirt. Does someone know how to rewrite this section from /usr/share/ovirt-engine/services/ovirt-engine/ovirt-engine.xml.in to use

Re: [Users] centralized Logging engine and hypervisor

2014-03-20 Thread Ernest Beinrohr
Dňa 19.03.2014 17:12, Sven Kieske wrote / napísal(a): Hi, I got a question regarding centralized logging: I guess in order to make the engine log to /dev/log I have to manipulate /etc/ovirt-engine/engine-config/log4j.xml ? I think these tutorials might fit somehow? https://blog.trifork.com/2

Re: [Users] centralized Logging engine and hypervisor

2014-03-20 Thread Martin Perina
- Original Message - > From: "Sven Kieske" > To: "Martin Perina" > Cc: users@ovirt.org > Sent: Thursday, March 20, 2014 9:02:19 AM > Subject: Re: [Users] centralized Logging engine and hypervisor > > Hi and thanks for this reply, I guess thi

Re: [Users] centralized Logging engine and hypervisor

2014-03-20 Thread Sven Kieske
Hi and thanks for this reply, I guess this will help me. I'm going to test it. Meanwhile I want to ask: Is this the correct location for an configuration file? I know it is maybe not intended for "normal" use to tweak this file, but I think it is a configuration file after all and should be und

Re: [Users] centralized Logging engine and hypervisor

2014-03-19 Thread Martin Perina
sage - > From: "Sven Kieske" > To: users@ovirt.org > Sent: Wednesday, March 19, 2014 6:16:42 PM > Subject: Re: [Users] centralized Logging engine and hypervisor > > Well I found some old devel mail regarding > this topic: > > http://lists.ovirt.org/piperma

Re: [Users] centralized Logging engine and hypervisor

2014-03-19 Thread Sven Kieske
Well I found some old devel mail regarding this topic: http://lists.ovirt.org/pipermail/engine-devel/2011-November/000122.html is there another log4j.xml beside /etc/ovirt-engine/engine-config/log4j.xml ? I didn't find one which manages the engine.log Is this hard coded? Am 19.03.2014 17:12, s

[Users] centralized Logging engine and hypervisor

2014-03-19 Thread Sven Kieske
Hi, I got a question regarding centralized logging: I guess in order to make the engine log to /dev/log I have to manipulate /etc/ovirt-engine/engine-config/log4j.xml ? I think these tutorials might fit somehow? https://blog.trifork.com/2010/01/14/logging-to-the-syslog-from-a-java-application/