Author: jarcec
Date: Mon Jul 16 18:14:41 2012
New Revision: 1362173

URL: http://svn.apache.org/viewvc?rev=1362173&view=rev
Log:
FLUME-1368. In user guide, property sink.directory for file roller sink should 
be bold.

(Mark Stern via Jarek Jarcec Cecho)

Modified:
    flume/trunk/flume-ng-doc/sphinx/FlumeUserGuide.rst

Modified: flume/trunk/flume-ng-doc/sphinx/FlumeUserGuide.rst
URL: 
http://svn.apache.org/viewvc/flume/trunk/flume-ng-doc/sphinx/FlumeUserGuide.rst?rev=1362173&r1=1362172&r2=1362173&view=diff
==============================================================================
--- flume/trunk/flume-ng-doc/sphinx/FlumeUserGuide.rst (original)
+++ flume/trunk/flume-ng-doc/sphinx/FlumeUserGuide.rst Mon Jul 16 18:14:41 2012
@@ -1100,15 +1100,15 @@ File Roll Sink
 Stores events on the local filesystem.
 Required properties are in **bold**.
 
-=================  =======  
======================================================================================================================
-Property Name      Default  Description
-=================  =======  
======================================================================================================================
-**channel**        --
-**type**           --       The component type name, needs to be ``FILE_ROLL``.
-sink.directory     --
-sink.rollInterval  30       Roll the file every 30 seconds. Specifying 0 will 
disable rolling and cause all events to be written to a single file.
-sink.serializer    TEXT     Other possible options include AVRO_EVENT or the 
FQCN of an implementation of EventSerializer.Builder interface.
-=================  =======  
======================================================================================================================
+===================  =======  
======================================================================================================================
+Property Name        Default  Description
+===================  =======  
======================================================================================================================
+**channel**          --
+**type**             --       The component type name, needs to be 
``FILE_ROLL``.
+**sink.directory**   --       The directory where files will be stored
+sink.rollInterval    30       Roll the file every 30 seconds. Specifying 0 
will disable rolling and cause all events to be written to a single file.
+sink.serializer      TEXT     Other possible options include AVRO_EVENT or the 
FQCN of an implementation of EventSerializer.Builder interface.
+===================  =======  
======================================================================================================================
 
 Example for agent named **agent_foo**:
 


Reply via email to