Hi , I am using Logstash to parse and filter the data. The input data looks something like this:
Nov 28 23:00:31 Phase 0 ended (4 seconds)
X Time X/S X/SK S/C
0.140 [ : 1] 0% TEXT
0.270 [ : 1] 0% TEXT
0.080 [ : 1] 0% TEXT
--------------------------------------------------------------------------------
B/W R/W S/R SF V P/W
0 0 [: : 0] 7535996 text text
0 3 [: : 0] 7535996 text text
1235 2 [: : 0] 7535996 text text
out 0 [: : 0] 7535996 text text
0 0 [: : 0] 7535996 text text
-----------------------------------------------------------------------------------
I want to access R/W column values. Can anyone help me solving the problem ?