datasets/doc: minor fixes and clarifications

pull/4177/head
Victor Julien 7 years ago
parent 7ae86a0ae9
commit e36a963196

@ -8,7 +8,7 @@ For example, to match against a dns black list called ``dns-bl``::
dns.query; dataset:isset,dns-bl; dns.query; dataset:isset,dns-bl;
These keywords are aware of transforms. So to look up a DNS query again These keywords are aware of transforms. So to look up a DNS query against
a MD5 black list:: a MD5 black list::
dns.query; to_md5; dataset:isset,dns-bl; dns.query; to_md5; dataset:isset,dns-bl;
@ -53,12 +53,14 @@ Syntax::
type <type> type <type>
the data type: string, md5, sha256 the data type: string, md5, sha256
save <file name> save <file name>
file name for saving the in memory data when Suricata exits file name for saving the in-memory data when Suricata exits
load <file name> load <file name>
file name for load the data when Suricata starts up file name for load the data when Suricata starts up
state state
sets both 'save' and 'load' to the same value sets both 'save' and 'load' to the same value
.. note:: 'load' or 'load' plus 'save' and 'state' cannot be mixed.
datarep datarep
~~~~~~~ ~~~~~~~

Loading…
Cancel
Save