Search found 17 matches

by rmitola
Tue Jun 30, 2015 7:24 pm
Forum: Writing a Manager
Topic: Improving Speed?
Replies: 7
Views: 54217

Re: Improving Speed?

Excellent; it's good to know it's not my code and that there will also be an added feature.

Thanks!
by rmitola
Tue Jun 30, 2015 5:12 pm
Forum: Writing a Manager
Topic: Improving Speed?
Replies: 7
Views: 54217

Improving Speed?

Hello. I have written a custom manager and parser and am attempting to log a large amount (around 4000 logs). This is taking more than a minute, and I would like it to be faster. While trying to pinpoint any bottlenecks in my code, I noticed from console logging certain key points in my manager (e.g...
by rmitola
Wed Jun 24, 2015 6:16 pm
Forum: Using LogMX
Topic: Possible GUI Bug Displaying Decodings
Replies: 4
Views: 15593

Re: Possible GUI Bug Displaying Decodings

Strange - the UTF-8 encoding is working for me today in the Entry Details pane as well as in the logs. For some reason, though, the initial log that comes through with non-English characters has those characters displayed as boxes, but they change once you click on the log, receive more logs, or eve...
by rmitola
Tue Jun 23, 2015 4:57 pm
Forum: Using LogMX
Topic: Possible GUI Bug Displaying Decodings
Replies: 4
Views: 15593

Re: Possible GUI Bug Displaying Decodings

Ok, thanks. I sent you my configuration. I have been using Java 6, so it may be due to that since you mention Java version as a possible source of the problem.
by rmitola
Tue Jun 23, 2015 2:41 pm
Forum: Using LogMX
Topic: Possible GUI Bug Displaying Decodings
Replies: 4
Views: 15593

Possible GUI Bug Displaying Decodings

I think I may have found a bug with the GUI displaying special non-English characters. In this case I am using the UTF-8 scheme with Chinese symbols. Here is the problem: I have no issue getting these characters to display in the log blocks: http://s1.postimg.org/g58bveoy7/works.png However, the spe...
by rmitola
Wed Jun 17, 2015 3:45 pm
Forum: Using LogMX
Topic: Send Message to LogMX Internal Warnings/Errors Console?
Replies: 2
Views: 8951

Re: Send Message to LogMX Internal Warnings/Errors Console?

I figured it out:

For anyone wondering the same thing, you use System.out.println() as you would normally.

I had tried this and it didn't work previously, but it is because the piece of code I had included it in is not being run for some reason.
by rmitola
Wed Jun 17, 2015 2:23 pm
Forum: Using LogMX
Topic: Send Message to LogMX Internal Warnings/Errors Console?
Replies: 2
Views: 8951

Send Message to LogMX Internal Warnings/Errors Console?

Hello. I noticed you can open a console alongside LogMX's client to view internal errors and warnings if you set this option to 1 (true) in the startup.conf file. I was wondering if there was some way for me to send messages from my own parser and/or manager classes to appear in this console? If thi...
by rmitola
Mon Jun 15, 2015 4:24 pm
Forum: Writing a Parser
Topic: Reference Socket Used by Socket Manager from My Parser Possible?
Replies: 10
Views: 29904

Re: Reference Socket Used by Socket Manager from My Parser Possible?

Oh, and I forgot to mention we are receiving raw text. As @jobemakar stated, TCP is our protocol.
by rmitola
Mon Jun 15, 2015 1:38 pm
Forum: Writing a Parser
Topic: Reference Socket Used by Socket Manager from My Parser Possible?
Replies: 10
Views: 29904

Re: Reference Socket Used by Socket Manager from My Parser Possible?

A mid-July release will be fine; thanks for taking these concerns into consideration for the release. However, please do send me the code, as we are still going to try and create a manager to suit any alterations we need to make.

Thanks for all the help!
by rmitola
Thu Jun 11, 2015 7:53 pm
Forum: Writing a Parser
Topic: Reference Socket Used by Socket Manager from My Parser Possible?
Replies: 10
Views: 29904

Re: Reference Socket Used by Socket Manager from My Parser Possible?

That would be very helpful, thank you. Please do send me the email.
by rmitola
Thu Jun 11, 2015 7:32 pm
Forum: Writing a Parser
Topic: Reference Socket Used by Socket Manager from My Parser Possible?
Replies: 10
Views: 29904

Re: Reference Socket Used by Socket Manager from My Parser Possible?

Does this mean I will run into problems attempting to establish my own socket object (i.e. are connections to LogMX handled internally and only internally?) or is it just your specific socket manager that utilizes this?
by rmitola
Thu Jun 11, 2015 7:26 pm
Forum: Writing a Parser
Topic: Reference Socket Used by Socket Manager from My Parser Possible?
Replies: 10
Views: 29904

Re: Reference Socket Used by Socket Manager from My Parser Possible?

It looks like it would be best to write my own manager then. I had attempted to use LogMXAPIUtils and ran into that roadblock you mentioned. My organization has purchased a license and I am currently using the Pro edition. If you could provide the socket manager .java for reference that would be gre...
by rmitola
Thu Jun 11, 2015 5:20 pm
Forum: Writing a Parser
Topic: Reference Socket Used by Socket Manager from My Parser Possible?
Replies: 10
Views: 29904

Reference Socket Used by Socket Manager from My Parser Possible?

Hello. I need to use certain information from the socket being used by the socket manager in my parser. I could not determine from the API if this would be possible or not. Is there something I can do to reference the socket from my parser rather than write a whole new manager? If writing my own man...
by rmitola
Wed Jun 10, 2015 7:33 pm
Forum: Writing a Parser
Topic: Cannot display user-defined columns when using a socket manager.
Replies: 3
Views: 31023

Re: Cannot display user-defined columns when using a socket manager.

Thanks for the quick response. It is good to know this will be updated soon; for now the entry details pane will suffice.
by rmitola
Wed Jun 10, 2015 7:02 pm
Forum: Writing a Parser
Topic: Cannot display user-defined columns when using a socket manager.
Replies: 3
Views: 31023

Cannot display user-defined columns when using a socket manager.

Hello; I believe I may have found a bug with LogMX. I am currently writing my own parser with three user-defined fields. When I use my parser with a file on my local file-system, it adds the three columns to the display. However, when I use my parser with the socket manager, it does not add these co...