We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.阿里flume插件的问题
a1.sources.r1.interceptors.i1.type = regex_extractor a1.sources.r1.interceptors.i1.regex = ^(?:\n)?(\d\d\d\d-\d\d-\d\d\s\d\d:\d\d) 这两个配置是什么意思?
a1.sinks.k1.odps.endPoint = a1.sinks.k1.odps.datahub.endPoint = 这两个配置是什么意思?如果直接将数据放到ODPS上,odps.datahub又有什么作用?
a1.sinks.k1.serializer.delimiter = , a1.sinks.k1.serializer.fieldnames = ,col1,col2,col3 现在按某种方式切分并不能满足我的需求,有什么方式可以将所有一条日志放到一个字段当中
The text was updated successfully, but these errors were encountered:
No branches or pull requests
2.阿里flume插件的问题
a1.sources.r1.interceptors.i1.type = regex_extractor
a1.sources.r1.interceptors.i1.regex = ^(?:\n)?(\d\d\d\d-\d\d-\d\d\s\d\d:\d\d)
这两个配置是什么意思?
a1.sinks.k1.odps.endPoint =
a1.sinks.k1.odps.datahub.endPoint =
这两个配置是什么意思?如果直接将数据放到ODPS上,odps.datahub又有什么作用?
a1.sinks.k1.serializer.delimiter = ,
a1.sinks.k1.serializer.fieldnames = ,col1,col2,col3
现在按某种方式切分并不能满足我的需求,有什么方式可以将所有一条日志放到一个字段当中
The text was updated successfully, but these errors were encountered: