Features
Support
Purchase
Documentation
Download
Login
Register
Login
Register
Home
»
LogViewPlus Support
»
Help & Support
»
Next button is disabled
Next button is disabled
Post Reply
Like
0
Next button is disabled
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
hgneoh
hgneoh
posted 3 Months Ago
ANSWER
Topic Details
Share Topic
Group: Forum Members
Posts: 5,
Visits: 39
Why the Next button is grey out? Which field am i missing?
Edited
3 Months Ago by
hgneoh
Reply
Like
0
LogViewPlus Support
LogViewPlus Support
posted 3 Months Ago
ANSWER
Post Details
Share Post
Group: Moderators
Posts: 1.3K,
Visits: 4.5K
Hi,
Thanks for bringing this issue to my attention. It looks like you have the information needed to continue (primarilly the timestamp). Are you able to share a log entry with the parser configuration shown? This would allow me to recreate the issue locally.
In the meantime, I would recommend ignoring the Parser Wizard and attempting to use the parser configuration shown directly using the standard
parser configuration dialog
.
Hope that helps,
Toby
Reply
Like
0
hgneoh
hgneoh
posted 3 Months Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 5,
Visits: 39
Here you go. The ideal here is to extract all the SECSMessage as individual log entry, then the log message content would be those enclosed in SECSData tag.
Attachments
sample.txt
(
71 views,
5.00 KB
)
Reply
Like
0
hgneoh
hgneoh
posted 3 Months Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 5,
Visits: 39
I got error by using parser configuration dialog too:
Reply
Like
0
LogViewPlus Support
LogViewPlus Support
posted 3 Months Ago
ANSWER
Post Details
Share Post
Group: Moderators
Posts: 1.3K,
Visits: 4.5K
Thanks for the update.
The correct way to parse this file would be to use the XML Parser and not the default PatternParser.
Unfortunately, the
XML parser
currently does not support parsing child nodes collectively. It only supports text nodes. I have addressed this issue, so this functionality will be supported in the next release.
Beginning with the next release (scheduled for Feb), you should be able to parse the file with:
<SECSMessage time="%d">
<SECSData>%m</SECSData>
</SECSMessage>
Hope that helps,
Toby
Reply
Like
0
hgneoh
hgneoh
posted 2 Months Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 5,
Visits: 39
Thanks, Toby! Right now, the application is parsing the entire SECSData block into a single 'Message' column. Is it possible to flatten this structure? I would like to extract the nested fields (like TaskName, EPTState, and CEID) into separate columns for detailed analysis.
Reply
Like
0
LogViewPlus Support
LogViewPlus Support
posted 2 Months Ago
ANSWER
Post Details
Share Post
Group: Moderators
Posts: 1.3K,
Visits: 4.5K
Flattening the XML data isn't something that is supported by default. You could use standard
Message Parser
, but in this case I think you are going to be limited because the data is so complex.
A better alternative would be to write a custom extension. I would suggest using a
Custom Message Parser
. Our example code should provide a good head start for this use case.
Hope that helps,
Toby
Reply
Like
0
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Like
0
Similar Topics
Post Quoted Reply
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search