Search found 551 matches

by admin
Wed Mar 27, 2019 12:09 am
Forum: Using LogMX
Topic: remove correlation?
Replies: 3
Views: 13482

Re: remove correlation?

Hello,

Not for now, but it's in our backlog - low priority though. So I just increased its priority since one more user reported it ;). For now we haven't thought about how to do it, what do you think about a "Reset" or "Clear" button in the "Correlate" dialog?

Thanks!
Xavier
by admin
Wed Mar 27, 2019 12:02 am
Forum: Submitting a feature request
Topic: cancel opening multiple files when out of memory
Replies: 5
Views: 29025

Re: cancel opening multiple files when out of memory

Good point. How did you load these files? Was it: using a Directory Manager (e.g. SFTP directory, local directory)? through a merge of multiple files ("Merge" option used at the bottom of the "Open logs" window)? using the menu "File" > "Open several logs in a merged view"? using a Workspace (menu "...
by admin
Tue Mar 26, 2019 11:52 pm
Forum: Submitting a feature request
Topic: custom detail panes/visualizers
Replies: 9
Views: 20289

Re: custom detail panes/visualizers

Good point, you're right. We will remove the option "Window" > "Minimize", and instead add an option to Maximize the Entry details panel (with a keyboard shortcut).

Thanks for your feedback!
by admin
Tue Mar 26, 2019 11:47 pm
Forum: Submitting a feature request
Topic: tooltip/hint for full cell contents on flyover?
Replies: 2
Views: 10215

Re: tooltip/hint for full cell contents on flyover?

Hello, Yes, I understand. Funny enough, we had this for a short time, but we had to remove it because it was too annoying in some cases: when too many cells are just a bit too small (which happens often), then you get a tooltip on all of them, which was really annoying to work with this log entries ...
by admin
Tue Mar 26, 2019 11:35 pm
Forum: Submitting a feature request
Topic: clear find results
Replies: 5
Views: 12864

Re: clear find results

OK, thanks, we will see how we can implement a more intuitive way!
by admin
Tue Mar 26, 2019 11:29 pm
Forum: Using LogMX
Topic: what determines emitter color
Replies: 4
Views: 13369

Re: what determines emitter color

Hello, Your initial thought was correct, but this computation is recursive: if only the Emitter A.B.C contains errors, then A, B, and C will all be red. But I feel like you thought about that too ( "or a child of that emitter" ), so if you found something that looks wrong, please post a screenshot h...
by admin
Tue Mar 26, 2019 11:23 pm
Forum: Using LogMX
Topic: errors with timeline and date settings
Replies: 7
Views: 16040

Re: errors with timeline and date settings

Sorry I'm late to the party. Do you mean that it's not a problem with LogMX but more the dates in the log file?
by admin
Tue Mar 26, 2019 12:23 am
Forum: Submitting a feature request
Topic: clear find results
Replies: 5
Views: 12864

Re: clear find results

Oh I see what you mean. I think it works fine for browsers because they don't have a "Find" window but instead a small new toolbar that appears at the top/bottom. But since LogMX has way more search options, it needs a window, and people might need to close the window to see more content, without cl...
by admin
Tue Mar 26, 2019 12:08 am
Forum: Submitting a feature request
Topic: clear find results
Replies: 5
Views: 12864

Re: clear find results

Hello, It's actually at the bottom of the window (status bar) where it says "Text search": click on it to see the "Clear search results" option. I agree it's not really intuitive... You were suggesting displaying the option when you press ESC on the table? I didn't know such shortcuts, is it a commo...
by admin
Tue Mar 26, 2019 12:02 am
Forum: Submitting a feature request
Topic: custom detail panes/visualizers
Replies: 9
Views: 20289

Re: custom detail panes/visualizers

OK thanks, added to our backlog. Yes, could be placed at the left or right of the entries table, but I guess that would be fine only if you have an ultra-wide monitor :) Or a new window, you could then use your window-arrangement features from your OS to have the current LogMX window and this one si...
by admin
Mon Mar 25, 2019 12:28 am
Forum: Submitting a feature request
Topic: custom detail panes/visualizers
Replies: 9
Views: 20289

Re: custom detail panes/visualizers

Oh that's actually a good idea :D: we could use the Parser API method LogFileParser.getUserDefinedFieldsClasses() to let the Parser declare a user-defined field as JSON, XML, or other content-types. Or we could also maybe have a new method "getUserDefinedFieldsContentTypes()" for that. I think letti...
by admin
Mon Mar 25, 2019 12:17 am
Forum: Submitting a feature request
Topic: change grid separator color
Replies: 8
Views: 20356

Re: change grid separator color

Actually, in the screenshot I included, there is no border. So for this case where there is no border (i.e. through new option available soon), we could draw such a blue row selection frame like in your screenshot but then we would not be able to draw the darker, thinner border for the selected cell...
by admin
Sat Mar 23, 2019 1:48 pm
Forum: Submitting a feature request
Topic: custom detail panes/visualizers
Replies: 9
Views: 20289

Re: custom detail panes/visualizers

Hello, Interesting idea. If we have a visualizer for JSON/XML pretty-print, I'm concerned about some non JSON/XML in the way that could break the JSON/XML parsing. Usually in the logs I've seen there's sometimes some text around this JSON/XML, like a log saying " JSON fetched from https://blabla.com...
by admin
Sat Mar 23, 2019 1:32 pm
Forum: Using LogMX
Topic: errors with timeline and date settings
Replies: 7
Views: 16040

Re: errors with timeline and date settings

Hello, This seems not good indeed. Two things come to my mind: the first one would be the timezone, that would explain this weird message saying that "2019-02-13 00:12:57" is not between "Wed Feb 13 00:00:06 CST 2019" and "Wed Feb 13 23:10:32 CST 2019". If the timezone used to interpret "2019-02-13 ...
by admin
Sat Mar 23, 2019 12:29 pm
Forum: Submitting a feature request
Topic: change grid separator color
Replies: 8
Views: 20356

Re: change grid separator color

Hello, That's a good idea, but it would work only when the borders are not displayed (the new option we'll add thanks to this thread). With the borders ON, we will not see these top and bottom borders, or just barely if we make the borders thicker when a row is selected, but then the border would lo...