Forráskód Böngészése

Update flume.conf

guizhong 5 éve
szülő
commit
754b3285f1
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      flume.conf

+ 1 - 1
flume.conf

@@ -17,7 +17,7 @@ a1.channels.c2.keep-alive = 250
 #如果这里只出一个channel c1的话,下面2个sink channel都为c1,则消息就会随机分到2个sink上,而不是2个sink都有一份
 a1.sources.r1.channels = c1 c2
 a1.sources.r1.type = exec
-a1.sources.r1.command = tail -F /data/log/nginx/www/access.log
+a1.sources.r1.command = tail -F /log/nginx/visit/access.log
 a1.sources.r1.restart = true
 a1.sources.r1.interceptors = i1 i2
 a1.sources.r1.interceptors.i1.type = timestamp