Why does Apache Flume regex extractor accept only "1 digit" ?

134 Views Asked by At

I am using Apache Flume regex extractor interceptor with multiplexing channel selector. When I am trying to use regex "^ID:([0-9]+)," for filtering, only the events containing 1 digit, e.g. ID:4, are captured. Why are all the events containing more digits, e.g. ID:100, ignored?

0

There are 0 best solutions below