Topics: |
This section provides a reference for the Flume parameters that are available in the three tabs of the Flume Details pane (Source, Channel, and Sink), as shown in the following image.
The following parameters are common to HTTP and Avro source types:
Topics: |
This section provides a reference for the Flume parameters that are available in the Source tab of the Flume Details pane.
Topics: |
This section provides a reference for the Flume parameters that are available in the Channel tab of the Flume Details pane.
Topics: |
This section provides a reference for the Flume parameters that are available in the Sink tab of the Flume Details pane.
The following table lists and describes the Flume file name escape sequences.
Escape Sequence |
Description |
---|---|
%{host} |
Substitute value of event header named host. Arbitrary header names are supported. |
%t |
Unix time in milliseconds |
%a |
Locale's short weekday name (Mon, Tue, etc.) |
%A |
Locale's full weekday name (Monday, Tuesday, etc.) |
%b |
Locale's short month name (Jan, Feb, etc.) |
%B |
Locale's long month name (January, February, etc.) |
%c |
Locale's date and time (Thu Mar 3 23:05:25 2005) |
%d |
Day of month (01) |
%e |
Day of month without padding (1) |
%D |
Date, same as %m/%d/%y |
%H |
Hour (00...23) |
%I |
Hour (01...12) |
%j |
Day of year (001...366) |
%k |
Hour (0...23) |
%m |
Month (01...12) |
%n |
Month without padding (1...12) |
%M |
Minute (00...59) |
%p |
Locale's equivalent of AM or PM |
%s |
Seconds since 1970-01-01 00:00:00 UTC |
%S |
Second (00...59) |
%y |
Last two digits of year (00...99) |
%Y |
Year (2010) |
%z |
+hhmm numeric timezone (for example, -0400) |