-
I have a source scanner that is generating a lot of false positives. I created a custom mythreshold.conf file and added the proper syntax to suppress the src IP address. Question, how do I define this new custom conf file in the global.sls? the https://docs.securityonion.net/en/2.3/managing-alerts.html?highlight=home_net#threshold doesn't show how to add the line to point to this new configuration file. thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Rather than creating a separate mythreshold.conf file, have you tried adding the entries directly to |
Beta Was this translation helpful? Give feedback.
-
I'm having trouble understanding what the doc is trying to tell me. My mind went to adding a reference to a threshold conf File in to the global.sls, similar to how you would define a Logstash config: But now it sounds like we don't have to create a separate file for the Threshold, instead I would just create a new line in the global.sls Hopefully I'm interpreting what you are telling me correctly. |
Beta Was this translation helpful? Give feedback.
-
fantastic view, I wish I saw this earlier. it also help to answer a lot of my questions. |
Beta Was this translation helpful? Give feedback.
Rather than creating a separate mythreshold.conf file, have you tried adding the entries directly to
/opt/so/saltstack/local/pillar/global.sls
or/opt/so/saltstack/local/pillar/minions/<MINION_ID>.sls
as explained at https://docs.securityonion.net/en/2.3/managing-alerts.html#threshold?