Replies: 1 comment 1 reply
-
Suricata will error if the conversion from SOC GUI to the config file fails. It will show okay in SOC becuase it is correct YAML formatted. Try the config below:
This is what your suricata.yaml looks like with your original config with "suricata" at the top:
Hence the error in your grid, removing "suricata" will not yield a change to your |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version
2.4.40
Installation Method
Security Onion ISO image
Description
configuration
Installation Type
Distributed
Location
on-prem with Internet access
Hardware Specs
Exceeds minimum requirements
CPU
8
RAM
32
Storage for /
500
Storage for /nsm
500
Network Traffic Collection
span port
Network Traffic Speeds
Less than 1Gbps
Status
Yes, all services on all nodes are running OK
Salt Status
No, there are no failures
Logs
No, there are no additional clues
Detail
Hi,
Today I wanted to set up some variables for suricata in order to use them in local rules.
Following #12086 I went to Administration -> Configuration > Suricata > Advanced (while making sure "Show all configuration settings" is enabled) and entered the following in the GUI:
Guess what - after around 15min I got a grid malfunction, i.e. the sensor-node went to "Fault".
After experimenting for quite a while with various forms of writing the above definition I found out that you've got to leave out the "suricata:" clause at the top, so instead of
it should read
As soon as I got that right (i.e. no "suricata:" at the beginning) the grid went to normal again.
Maybe something worth mentioning mention in the docs?
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions