1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
|
Suricata Control Filestore
==========================
SYNOPSIS
--------
**suricatactl filestore** [-h] <command> [<args>]
DESCRIPTION
-----------
This command lets you perform certain operations on Suricata filestore.
OPTIONS
--------
.. Basic options
.. option:: -h
Get help about the available commands.
COMMANDS
---------
**prune [-h|--help] [-n|--dry-run] [-v|verbose] [-q|--quiet] -d <DIRECTORY>
--age <AGE>**
Prune files older than a given age.
-d <DIRECTORY> | --directory <DIRECTORY> is a required argument which tells
that user must provide the suricata filestore directory on which all the
specified operations are to be performed.
--age <AGE> is a required argument asking the age of the files. Files older
than the age mentioned with this option shall be pruned.
-h | --help is an optional argument with which you can ask for help about the
command usage.
-n | --dry-run is an optional argument which makes the utility print only what
would happen
-v | --verbose is an optional argument to increase the verbosity of command.
-q | --quiet is an optional argument that helps log errors and warnings only
and keep silent about everything else.
BUGS
----
Please visit Suricata's support page for information about submitting
bugs or feature requests.
NOTES
-----
* Suricata Home Page
https://suricata.io/
* Suricata Support Page
https://suricata.io/support/
|