Package | Description |
---|---|
org.apache.flume.interceptor | |
org.apache.flume.sink.solr.morphline |
Modifier and Type | Class and Description |
---|---|
class |
HostInterceptor
Simple Interceptor class that sets the host name or IP on all events
that are intercepted.
|
class |
InterceptorChain
Implementation of Interceptor that calls a list of other Interceptors
serially.
|
class |
RegexExtractorInterceptor
Interceptor that extracts matches using a specified regular expression and
appends the matches to the event headers using the specified serializers
|
class |
RegexFilteringInterceptor
Interceptor that filters events selectively based on a configured regular
expression matching against the event body.
|
class |
SearchAndReplaceInterceptor
Interceptor that allows search-and-replace of event body strings using
regular expressions.
|
class |
StaticInterceptor
Interceptor class that appends a static, pre-configured header to all events.
|
class |
TimestampInterceptor
Simple Interceptor class that sets the current system timestamp on all events
that are intercepted.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
void |
InterceptorChain.setInterceptors(List<Interceptor> interceptors) |
Modifier and Type | Class and Description |
---|---|
class |
MorphlineInterceptor
Flume Interceptor that executes a morphline on events that are intercepted.
|
class |
UUIDInterceptor
Flume Interceptor that sets a universally unique identifier on all events
that are intercepted.
|
Copyright © 2009-2016 Apache Software Foundation. All Rights Reserved.