flume-ng hdfs配置文件
程序员文章站
2022-05-12 10:13:44
...
collection73Agent.sources=source73 collection73Agent.sinks=sink73-1 sink73-2 collection73Agent.channels=channel73 #configuration source collection73Agent.sources.source73.type=avro collection73Agent.sources.source73.channels=channel73 collection73Agent.sources.source73.bind=10.21.3.73 collection73Agent.sources.source73.port=4141 collection73Agent.sources.source73.interceptors = i1 i2 collection73Agent.sources.source73.interceptors.i1.type = org.apache.flume.interceptor.HostInterceptor$Builder collection73Agent.sources.source73.interceptors.i1.preserveExisting = false collection73Agent.sources.source73.interceptors.i1.hostHeader = hostname collection73Agent.sources.source73.interceptors.i2.type = org.apache.flume.interceptor.TimestampInterceptor$Builder #configuration channel collection73Agent.channels.channel73.type=memory collection73Agent.channels.channel73.capacity=2000 collection73Agent.channels.channel73.transactionCapacity=1000 collection73Agent.channels.channel73.keep-alive=10 #confituration sinks collection73Agent.sinks.sink73-1.type=hdfs collection73Agent.sinks.sink73-1.channel=channel73 collection73Agent.sinks.sink73-1.hdfs.path=hdfs://mycluster1/flume/%Y-%m collection73Agent.sinks.sink73-1.hdfs.filePrefix=syslog1.%Y-%m-%d collection73Agent.sinks.sink73-1.hdfs.fileSuffix=.log #collection73Agent.sinks.sink73-1.hdfs.round=true #collection73Agent.sinks.sink73-1.hdfs.roundValue=10 #collection73Agent.sinks.sink73-1.hdfs.roundUnit=minute collection73Agent.sinks.sink73-1.hdfs.rollInterval=0 collection73Agent.sinks.sink73-1.hdfs.rollSize=0 collection73Agent.sinks.sink73-1.hdfs.batchSize=10000 collection73Agent.sinks.sink73-1.hdfs.rollCount=0 collection73Agent.sinks.sink73-1.hdfs.fileType = DataStream collection73Agent.sinks.sink73-1.hdfs.writeFormat=Text collection73Agent.sinks.sink73-1.hdfs.callTimeout=30000 collection73Agent.sinks.sink73-1.channel=channel73 #confituration sinks collection73Agent.sinks.sink73-2.type=hdfs collection73Agent.sinks.sink73-2.channel=channel73 collection73Agent.sinks.sink73-2.hdfs.path=hdfs://mycluster1/flume/%Y-%m collection73Agent.sinks.sink73-2.hdfs.filePrefix=syslog2.%Y-%m-%d collection73Agent.sinks.sink73-2.hdfs.fileSuffix=.log #collection73Agent.sinks.sink73-2.hdfs.round=true #collection73Agent.sinks.sink73-2.hdfs.roundValue=10 #collection73Agent.sinks.sink73-2.hdfs.roundUnit=minute collection73Agent.sinks.sink73-2.hdfs.rollInterval=0 collection73Agent.sinks.sink73-2.hdfs.rollSize=0 collection73Agent.sinks.sink73-2.hdfs.batchSize=10000 collection73Agent.sinks.sink73-2.hdfs.rollCount=0 collection73Agent.sinks.sink73-2.hdfs.fileType = DataStream collection73Agent.sinks.sink73-2.hdfs.writeFormat=Text collection73Agent.sinks.sink73-2.hdfs.callTimeout=30000 collection73Agent.sinks.sink73-2.channel=channel73
上一篇: 国产化网管实现方案