Actions
Bug #924
closedmissing space between variable and value in suricata.yaml
Affected Versions:
Effort:
Difficulty:
Label:
Description
This is Suricata version 2.0beta1 RELEASE and latest git
If we have no space between the variable and the value:
flow: memcap:32000000000000000000mb hash-size: 65536 prealloc: 10000 emergency-recovery: 30
Notice the missing space at the memcap value.
We get an ERR msg, like this:
- <Info> - CPUs/cores online: 2 Failed to parse configuration file at line 515: mapping values are not allowed in this context
Which does not give a hint that the ERR is because of a missing space.
Actions