HI Team, I'm using file_roll sink, like this
httpServer.sinks.file-sink.type = file_roll httpServer.sinks.file-sink.channel = chForME httpServer.sinks.file-sink.sink.directory = /FLUME/apache-flume-1.6.0-bin/output httpServer.sinks.file-sink.rollInterval = 0 I have used interval as 0, but still i get many file in output folder. -rw-r--r--. 1 root root 1560 Mar 3 19:44 1457014409352-1 -rw-r--r--. 1 root root 1040 Mar 3 19:44 1457014409352-2 -rw-r--r--. 1 root root 0 Mar 3 19:44 1457014409352-3 Am i missing anything here ? Thanks Nithesh
