Skip to content

Commit

Permalink
FDS Output: expand README with <outputSelection> documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sedmicha committed Sep 2, 2024
1 parent 1a6c7db commit c81679f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions src/plugins/output/fds/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,21 @@ Example configuration
<timeWindow>300</timeWindow>
<align>yes</align>
</dumpInterval>
<outputSelection>
<element>iana:octetDeltaCount</element>
<element>iana@reverse:octetDeltaCount@reverse</element>
<element>iana:packetDeltaCount</element>
<element>iana@reverse:packetDeltaCount@reverse</element>
<element>iana:destinationIPv4Address</element>
<element>iana:destinationIPv6Address</element>
<element>iana:sourceIPv4Address</element>
<element>iana:sourceIPv6Address</element>
<element>iana:destinationTransportPort</element>
<element>iana:sourceTransportPort</element>
<element>iana:protocolIdentifier</element>
<element>cesnet:quicSNI</element>
<element>cesnet:TLSSNI</element>
</outputSelection>
</params>
</output>
Expand Down Expand Up @@ -62,6 +77,20 @@ Parameters
and window size is 5 minutes long, files will be created at 0, 5, 10, etc.
[values: yes/no, default: yes]

:``outputSelection``:
Select only a subset of fields that will be saved in output. A list of IPFIX
elements is provided. Any fields of an element that are not a part of this list
will be skipped and not included in the resulting FDS output file.
Note that when
[default: all fields]

:``element``:
The identifier of the IPFIX element in the form of ``SCOPE_NAME:ELEMENT_NAME``,
for example ``iana:sourceIPv4Address``. ``SCOPE_NAME:`` prefix can be omitted in
case of "iana:".
Note: Reverse elements use the following naming pattern
``iana@reverse:sourceIPv4Address@reverse``

:``asyncIO``:
Allows to use asynchronous I/O for writing to the file. Usually when parts
of the file are being written, the process is blocked on synchronous I/O
Expand Down

0 comments on commit c81679f

Please sign in to comment.