Search found 551 matches

by admin
Wed Nov 14, 2007 6:37 pm
Forum: Using LogMX
Topic: Remove rounded effect in list?
Replies: 1
Views: 3159

You can disable this effect in "Tools" > "Options" > "Display" tab > uncheck "Draw gradient on entries table".

Xavier
by admin
Wed Nov 14, 2007 12:24 am
Forum: Using LogMX
Topic: Problem with Known User Accounts
Replies: 7
Views: 7373

OK, so we will allow wildcard character * to specify a host name pattern in "non-proxy'd hosts" text field. For example:

Code: Select all

*.logmx.com, myhost, *.mydomain
by admin
Tue Nov 13, 2007 11:28 pm
Forum: Using LogMX
Topic: Problem with Known User Accounts
Replies: 7
Views: 7373

You're right. It's now fixed in v1.1.2 that will be available soon: in SCP error dialogs, LogMX now informs user if a proxy is used, and Proxy options will have two new options: don't use proxy for hosts without domain (e.g. "myhost") : set by default to avoid use of proxy for user network hosts don...
by admin
Tue Nov 13, 2007 8:45 pm
Forum: Using LogMX
Topic: Features: Filter in message?
Replies: 6
Views: 8431

Hello, Is it possible to set a filter with a regular expression in the message field? Yes. Using the "Find" feature, select only the "Message" field and select option "In a new file tab" for "result display" settings. Only entries that match your search will be displayed in the new file tab (profess...
by admin
Tue Nov 13, 2007 8:09 pm
Forum: Using LogMX
Topic: Problem with Known User Accounts
Replies: 7
Views: 7373

Hello, I tried to reproduce your problem (using recent files list, then reload file) but it works when I reload the file. I then deleted the user account in Options and reload the file: LogMX asked me the password for this user (without restarting LogMX). I'm sorry but I can't currently explain your...
by admin
Wed Nov 07, 2007 9:22 pm
Forum: Submitting a feature request
Topic: Feature Request: Permanent Session List
Replies: 3
Views: 11118

Hello, OK, we will try to go this way. I don't really understand what you mean by "user defined string for the entry". Here is what we can do: A "Workspace" will be a set of files to open. These files can be SCP files, local files, merged files, ... Each Workspace has a name User can have one (and o...
by admin
Fri Nov 02, 2007 12:48 pm
Forum: Using LogMX
Topic: Just started using it and love it
Replies: 9
Views: 8935

LogMX v1.1.1 released today includes this new "Merge File" feature. You can merge files: * coming from SCP or local hard drives * that are already opened or not * by sorting entries by date (interlaced) or by simply appending files You can use this feature with "File" > "Open" and/or "Tools" > "Mer...
by admin
Fri Nov 02, 2007 12:26 am
Forum: Using LogMX
Topic: Error logging into remote machine and retries?
Replies: 13
Views: 61597

I've just submit this issue in JSch forum: http://sourceforge.net/forum/message.php?msg_id=4601204

In the meantime:
  • what is the error message that appeared in LogMX?
  • did you try with the last JSch version? (cf JAR download link in my first post)
by admin
Sat Oct 27, 2007 11:55 pm
Forum: Writing a Parser
Topic: How to debug our own parser ?
Replies: 2
Views: 18106

You're right, that's the solution. If you need more information on how to write parsers: http://www.logmx.com/p_parser_dev.php Directory "help/parsers_api/" (or "help/api/" since v1.2.2) of your LogMX directory (API javadoc) Directory "parsers/src/sample/" of your LogMX directory (Parser sample) Xav...
by admin
Sat Oct 27, 2007 1:21 pm
Forum: Using LogMX
Topic: Error logging into remote machine and retries?
Replies: 13
Views: 61597

OK for the retries, we will try to know why JSch do so and how to configure it. I got the remote log file working on two other machines, I haven't yet figured out why it doesn't work on this particular one. It would be helpful to compare the sshd configuration on these machines: sshd version, SSH pr...
by admin
Thu Oct 18, 2007 8:19 pm
Forum: Using LogMX
Topic: Just started using it and love it
Replies: 9
Views: 8935

OK. I guess that in your example, "msg 2.1" and "msg 3.1" appeared at the same time : what do you think about having a tunable 'delta-t' so that user can tell what he considers to be 'at the same time'. For example, merging with delta-t = 500ms will display entries on the same line if their timestam...
by admin
Thu Oct 18, 2007 7:49 pm
Forum: Using LogMX
Topic: Just started using it and love it
Replies: 9
Views: 8935

OK, isheedm, it seems to be a good idea to correlate events produced on different files/servers. We are currently implementing the new "Merge" feature and we will try to allow this.

Xavier
by admin
Thu Oct 18, 2007 7:44 pm
Forum: Using LogMX
Topic: Error logging into remote machine and retries?
Replies: 13
Views: 61597

Hello, Sorry for the inconvenience. LogMX uses JSch library to read files via SCP (this library is also used by Ant and Eclipse, so I think we will find a solution to your problem). LogMX doesn't retry itself to connect, and JSch documentation doesn't talk about it. So here is a few ideas to start w...
by admin
Thu Oct 11, 2007 6:24 pm
Forum: Using LogMX
Topic: Just started using it and love it
Replies: 9
Views: 8935

Yes, you will be able to merge files using two merge types: "interlaced" (sort by date) and "group by file" (no sort, just append files)

Xavier.
by admin
Tue Oct 09, 2007 8:28 pm
Forum: Using LogMX
Topic: Just started using it and love it
Replies: 9
Views: 8935

Hello Anand, Thank you, greatly appreciated. The Professional version will be available on december 2007 or january 2008. As for these new features: Sort logs by time LogMX does not currently sort entries by date since, generally, log files are written sequentially, so its data should always be sort...