Project

General

Profile

Optimization #3208

Updated by Victor Julien over 4 years ago

Got: 
 <pre> 
 ./bin/suricata-update update-sources 
 1/10/2019 -- 14:52:37 - <Warning> -- No suricata application binary found on path. 
 1/10/2019 -- 14:52:37 - <Info> -- Using Suricata configuration /etc/suricata/suricata.yaml 
 1/10/2019 -- 14:52:37 - <Info> -- Using /etc/suricata/rules for Suricata provided rules. 
 1/10/2019 -- 14:52:37 - <Info> -- Using default Suricata version of 4.0.0 
 1/10/2019 -- 14:52:37 - <Info> -- Downloading https://www.openinfosecfoundation.org/rules/index.yaml 
 1/10/2019 -- 14:52:39 - <Info> -- Saved /var/lib/suricata/update/cache/index.yaml 
 </pre> 
 Expected: 
 <pre> 
 ./bin/suricata-update update-sources 
 1/10/2019 -- 14:52:37 - <Info> -- Downloading https://www.openinfosecfoundation.org/rules/index.yaml 
 1/10/2019 -- 14:52:39 - <Info> -- Saved /var/lib/suricata/update/cache/index.yaml 
 </pre> 

 Since updating the sources does not depend on suricata config, local rules or suricata version, I think all this output should omitted.

Back