1) 通过curl -X POST -d 'json数据' 发送带有不同body的HTTP请求,其中有1个满足regex 2)观察终端打印出的event,body为1234的event被过滤, 并没有出现 4、regex filter interceptor的官方文档 实践二:regex extractor interceptor 1、目标场景 regex extractor interceptor的作用: 1)将event body的内容和配置中指定...
a1.sources.r1.interceptors.i3.type=statica1.sources.r1.interceptors.i3.key=datacenter a1.sources.r1.interceptors.i3.value=NEW_YORK a1.sources.r1.interceptors.i1.type=regex_extractor a1.sources.r1.interceptors.i1.regex=(\\d):(\\d):(\\d) a1.sources.r1.interceptors.i1.serializers=s...
public RegexEntityExtractor withId(UUID id) Set the id value. Parameters: id - the id value to set Returns: the RegexEntityExtractor object itself.withName public RegexEntityExtractor withName(String name) Set the name value. Parameters: name - the name value to set Returns: the Regex...