Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

"Event log mining (text mining)"

p3kkap3kka Member Posts: 11 Contributor II
edited June 2019 in Help
Hi,

Is there a way, first to tokenize an event log to rows and then filter (with regexp) the time from the single row to an attribute? So the result should have all the rows one by one and each row should have an attribute which contains the timestamp

One event looks basically like this: "Component <time> Event". These kind of events can be thousands in a one log file and multiple log files should be able to handle at one time. Each event is in its own row.

I have achieved the tokenization to rows but how the get all the timestamps to each row for some kind of attribute that is usable afterwards? I'm using the Text Processing expansion.

-p3kka
Sign In or Register to comment.