To prevent spam users, you can only post on this forum after registration, which is by invitation. If you want to post on the forum, please send me a mail (h DOT m DOT w DOT verbeek AT tue DOT nl) and I'll send you an invitation in return for an account.
.log import
Hello.I need your help
I have a log file .log with such content: Mar 23 10:34:34 luara user:err|error IIB[46006308]: IBM Integration Bus v9004 (M99.FMB.EL1_BRK.esb_log_oracle) [Thread 4628] (Msg 1/1) BIP2607E: Unable to rollback a WebSphere MQ transaction; MQBACK failed; queue manager='M99.FMB.EL1', MQCC=2, MQRC=2009; message flow node 'ComIbmMQConnectionManager'.
Where
Mar 23 10:34:34-data event,
IIB[46006308]- the number of execution groups on AIX process,
M99.FMB.EL1_BRK- broker name to which this group belongs execution,
esb_log_oracle - execution group name,
[Thread 4628] - thread'a number that tells about this event,
(Msg 1/1)- number of messages for describing this event,
BIP2604E - event code
I have a log file .log with such content: Mar 23 10:34:34 luara user:err|error IIB[46006308]: IBM Integration Bus v9004 (M99.FMB.EL1_BRK.esb_log_oracle) [Thread 4628] (Msg 1/1) BIP2607E: Unable to rollback a WebSphere MQ transaction; MQBACK failed; queue manager='M99.FMB.EL1', MQCC=2, MQRC=2009; message flow node 'ComIbmMQConnectionManager'.
Where
Mar 23 10:34:34-data event,
IIB[46006308]- the number of execution groups on AIX process,
M99.FMB.EL1_BRK- broker name to which this group belongs execution,
esb_log_oracle - execution group name,
[Thread 4628] - thread'a number that tells about this event,
(Msg 1/1)- number of messages for describing this event,
BIP2604E - event code
Comments
-
Hi,
Well, first you need to be able to parse your data in a structured way, for instance by opening the file in Excel and creating columns.
Then you could save it as CSV and then import it in ProM.
Alternative you could write your own parser to produce the XES XML structure required.
Key is that you know how to interpret your data, and where the trace ID, event timestamp and event activity information is.
Joos Buijs
Senior Data Scientist and process mining expert at APG (Dutch pension fund executor).
Previously Assistant Professor in Process Mining at Eindhoven University of Technology -
For example it "Mar;23;10:34:34;luara;user:err|error;IIB[46006308]:;IBM Integration Bus v9004;(M99.FMB.EL1_BRK.esb_log_oracle);[Thread 4628];(Msg 1/1);BIP2607E:;Unable to rollback a WebSphere MQ transaction; MQBACK failed; queue manager='M99.FMB.EL1', MQCC=2, MQRC=2009; message flow node 'ComIbmMQConnectionManager'.?"?
-
Or should I allocate ; only with the help of which the associated file.
-
Hi,
This could work, and the CSV importer can recognise the columns and can import it.
The only issue I see is with the date columns ('Mar;23;10:34:34') which does not read as a full date in one of the standard formats. If you could change this that will help you analysis results.
Joos Buijs
Senior Data Scientist and process mining expert at APG (Dutch pension fund executor).
Previously Assistant Professor in Process Mining at Eindhoven University of Technology
Howdy, Stranger!
Categories
- 1.6K All Categories
- 45 Announcements / News
- 225 Process Mining
- 6 - BPI Challenge 2020
- 9 - BPI Challenge 2019
- 24 - BPI Challenge 2018
- 27 - BPI Challenge 2017
- 8 - BPI Challenge 2016
- 68 Research
- 1K ProM 6
- 393 - Usage
- 287 - Development
- 9 RapidProM
- 1 - Usage
- 7 - Development
- 54 ProM5
- 19 - Usage
- 187 Event Logs
- 32 - ProMimport
- 75 - XESame