Skip to content

Can I delete some fields from the flow record? #565

Answered by phaag
soda-salie asked this question in Q&A
Discussion options

You must be logged in to vote

You can filter the flow files and store the filtered data in a new file:

nfdump -r nfcapd.2024.... -w protoTCP.nfd -z=bz2 'proto tcp'

You cannot remove single fields as it does not really save space. You's rather compress the files with bzip2 as shown above.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@soda-salie
Comment options

Answer selected by soda-salie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants