| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Interceptor | |
|---|---|
| org.apache.flume.interceptor | |
| org.apache.flume.sink.solr.morphline | |
| Uses of Interceptor in org.apache.flume.interceptor | 
|---|
| Classes in org.apache.flume.interceptor that implement Interceptor | |
|---|---|
|  class | HostInterceptorSimple Interceptor class that sets the host name or IP on all events that are intercepted. | 
|  class | InterceptorChainImplementation of Interceptor that calls a list of other Interceptors serially. | 
|  class | RegexExtractorInterceptorInterceptor that extracts matches using a specified regular expression and appends the matches to the event headers using the specified serializers | 
|  class | RegexFilteringInterceptorInterceptor that filters events selectively based on a configured regular expression matching against the event body. | 
|  class | SearchAndReplaceInterceptorInterceptor that allows search-and-replace of event body strings using regular expressions. | 
|  class | StaticInterceptorInterceptor class that appends a static, pre-configured header to all events. | 
|  class | TimestampInterceptorSimple Interceptor class that sets the current system timestamp on all events that are intercepted. | 
| Methods in org.apache.flume.interceptor that return Interceptor | |
|---|---|
|  Interceptor | TimestampInterceptor.Builder.build() | 
|  Interceptor | StaticInterceptor.Builder.build() | 
|  Interceptor | SearchAndReplaceInterceptor.Builder.build() | 
|  Interceptor | RegexFilteringInterceptor.Builder.build() | 
|  Interceptor | RegexExtractorInterceptor.Builder.build() | 
|  Interceptor | Interceptor.Builder.build() | 
|  Interceptor | HostInterceptor.Builder.build() | 
| Method parameters in org.apache.flume.interceptor with type arguments of type Interceptor | |
|---|---|
|  void | InterceptorChain.setInterceptors(List<Interceptor> interceptors) | 
| Uses of Interceptor in org.apache.flume.sink.solr.morphline | 
|---|
| Classes in org.apache.flume.sink.solr.morphline that implement Interceptor | |
|---|---|
|  class | MorphlineInterceptorFlume Interceptor that executes a morphline on events that are intercepted. | 
|  class | UUIDInterceptorFlume Interceptor that sets a universally unique identifier on all events that are intercepted. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||