Search found 7 matches

by roey
Wed Jul 15, 2015 7:14 pm
Forum: Using LogMX
Topic: LogMX and Database
Replies: 3
Views: 13759

Re: LogMX and Database

Hi Xavier, Thanks for your reply. In general, I would like to do two basic operations from LogMX 1. Export: Save all\selected log lines to DB table i.e., after the logs were analyzed, I'd like to save them in the DB for later use 2. Import: Read log lines from a DB table and display in LogMX i.e., u...
by roey
Thu Jul 09, 2015 9:08 am
Forum: Using LogMX
Topic: LogMX and Database
Replies: 3
Views: 13759

LogMX and Database

Hi,
is there any out-of-the-box support for DB in LogMX, either import\export with database?
(AFAIK, it's possible to do with Managers, see http://www.logmx.com/features, just wondering if there is a ready-made option)

cheers!
--roy
by roey
Thu Jul 09, 2015 9:07 am
Forum: Using LogMX
Topic: How to view Syslog log files?
Replies: 5
Views: 19283

Re: How to view Syslog log files?

great thanks!
by roey
Thu Jul 09, 2015 8:49 am
Forum: Using LogMX
Topic: How to use SocketManager?
Replies: 3
Views: 14108

Re: How to use SocketManager?

found how to make it work by not using the SerializedLayout. 1. log4j2.xml updated with <Socket name="tcp" host="127.0.0.1" port="5000"> <PatternLayout pattern="%d %-5p [%t] %C{2} (%F:%L) - %m%n"/> </Socket> 2. using the same pattern in the logmx pattern tab now it works. not sure about SerializedLa...
by roey
Thu Jul 09, 2015 8:36 am
Forum: Using LogMX
Topic: How to use SocketManager?
Replies: 3
Views: 14108

How to use SocketManager?

Hi, I'm trying to use the SocketManager option on TCP. While I think the Log4J2 client connects to the port, I don't see any logs on the LogMX GUI. Here is what I do: 1. log4j2.xml contains: <Socket name="tcp" host="127.0.0.1" port="5000"> <SerializedLayout /> </Socket> 2. start LogMX and select Soc...
by roey
Wed Jul 08, 2015 9:40 pm
Forum: Using LogMX
Topic: How to view Syslog log files?
Replies: 5
Views: 19283

Re: How to view Syslog log files?

Hi Xavier,
Sure! If you could send the fixed RFC 5424 parser to me now privately, that would be much appreciated!

thanks!
--roy
by roey
Wed Jul 08, 2015 7:23 pm
Forum: Using LogMX
Topic: How to view Syslog log files?
Replies: 5
Views: 19283

How to view Syslog log files?

Hi, I'm evaluting LogMX for a customer who wants to use Syslog RFC5424 and can't seem to find a way to read Syslog files in LogMX. Here is what I do: I'm using Log4J2 with SyslogAppender, which connects to Syslog-Watcher. This is the log4j config: <Syslog name="RFC5424" format="RFC5424" host="localh...