1SURICATACTL-FILESTORE(1) Suricata SURICATACTL-FILESTORE(1)
2
3
4
6 suricatactl-filestore - Perform actions on filestore
7
9 suricatactl filestore [-h] <command> [<args>]
10
12 This command lets you perform certain operations on Suricata filestore.
13
15 -h
16
17 Get help about the available commands.
18
20 prune [-h|–help] [-n|–dry-run] [-v|verbose] [-q|–quiet] -d <DIRECTORY>
21 –age <AGE>
22
23 Prune files older than a given age.
24
25 -d <DIRECTORY> | –directory <DIRECTORY> is a required argument which
26 tells that user must provide the suricata filestore directory on which
27 all the specified operations are to be performed.
28
29 –age <AGE> is a required argument asking the age of the files. Files
30 older than the age mentioned with this option shall be pruned.
31
32 -h | –help is an optional argument with which you can ask for help
33 about the command usage.
34
35 -n | –dry-run is an optional argument which makes the utility print
36 only what would happen
37
38 -v | –verbose is an optional argument to increase the verbosity of com‐
39 mand.
40
41 -q | –quiet is an optional argument that helps log errors and warnings
42 only and keep silent about everything else.
43
45 Please visit Suricata’s support page for information about submitting
46 bugs or feature requests.
47
49 • Suricata Home Page
50 https://suricata-ids.org/
51
52 • Suricata Support Page
53 https://suricata-ids.org/support/
54
56 2016-2019, OISF
57
58
59
60
616.0.5 Apr 21, 2022 SURICATACTL-FILESTORE(1)