Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^3: Log Parsing

by poj (Abbot)
on Apr 03, 2017 at 06:08 UTC ( [id://1186774]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Log Parsing
in thread Log Parsing

Make this regex more specific

#if (/(Started|Done).+topic (\d+_(\d+)_.+)/){ if (/(Started|Done).+topic (\d+_(\d+)_\d+_IN_0)/){
poj

Replies are listed 'Best First'.
Re^4: Log Parsing
by piyushmnnit06 (Novice) on Apr 03, 2017 at 06:29 UTC
    Thanks I tried if (/(Started|Done).+topic (\d+_(\d+)_\d+_IN_[0-1])/) but it is working either for 0 or for 1 but I want it to work with both.

      Show an example of the line that it is not working for

        0330 07:36:31.923+0000 {12772} INFO [m-worker-exec slot-Task:id=10030 +,env=12772,type=11][c.s.w.t.f.s.PostExecutionStage ] Loaded {child r +unId vs completion type}: {10034-SUCCESSFUL}{10035-SUCCESSFUL}{10036- +SUCCESSFUL} 0330 07:10:01.366+0000 {12772} INFO [m-worker-exec slot-Task:id=10034 +,env=12772,type=55][edProcessInputBatchKafkaProducer] Started produci +ng records on topic 12772_10034_20170330_IN_0 0330 07:17:42.473+0000 {12772} INFO [m-worker-exec slot-Task:id=10034 +,env=12772,type=55][edProcessInputBatchKafkaProducer] Done with produ +cing records on topic 12772_10034_20170330_IN_0 - produced 10000000 r +ecords 0330 07:17:42.480+0000 {12772} INFO [m-worker-exec slot-Task:id=10034 +,env=12772,type=55][edProcessInputBatchKafkaProducer] Started produci +ng records on topic 12772_10034_20170330_IN_1 0330 07:17:45.033+0000 {12772} INFO [m-worker-exec slot-Task:id=10034 +,env=12772,type=55][edProcessInputBatchKafkaProducer] Done with produ +cing records on topic 12772_10034_20170330_IN_1 - produced 100000 rec +ords
        it is not giving time for both 12772_10034_20170330_IN_0,12772_10034_20170330_IN_1

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1186774]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-19 05:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found