-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
services start, that should not #346
Comments
rock_start and rock_stop work correctly because they look at the config.yml rock/playbooks/files/rock_start Line 4 in d38729f
however, the systemctl rockctl -- just blindly starts and stops everything. Also, would need to mention snort is not in the list either. Line 4 in d38729f
|
Good point. So, for a fix, it needs the |
Something like the following:
From the Ansible docs: |
Oooh. I like that. |
* New: Add ability to do multi-host deployment of sensor + data tiers (#339, [bndabbs@gmail.com](mailto:bndabbs@gmail.com)) * New: Integrate Docket into Kibana by default ([derek@rocknsm.io](mailto:derek@rocknsm.io)) * New: Improvements and additional Kibana dashboards (spartan782) * Fixes: issue with Bro failing when monitor interface is down (#343, [bndabbs@gmail.com](mailto:bndabbs@gmail.com)) * Fixes: issue with services starting that shouldn’t (#346, [therealneu5ron@gmail.com](mailto:therealneu5ron@gmail.com)) * Fixes: race condition on loading dashboards into Kibana (#356, [derek@rocknsm.io](mailto:derek@rocknsm.io)) * Fixes: configuration for Docket allowing serving from non-root URI (#361, [derek@rocknsm.io](mailto:derek@rocknsm.io)) * Change: bro log retention value to one week rather than forever (#345, [sean.cochran@gmail.com](mailto:sean.cochran@gmail.com)) * Change: Greatly improve documentation (#338, [sean.cochran@gmail.com](mailto:sean.cochran@gmail.com)) * Change: Reorganize README (#308, [bradford.dabbs@elastic.co](mailto:bradford.dabbs@elastic.co)) * Change: Move ECS to rock-dashboards repo (#305, [derek@rocknsm.io](mailto:derek@rocknsm.io)) * Change: Move RockNSM install paths to filesystem heirarchy standard locations (#344, [bndabbs@gmail.com](mailto:bndabbs@gmail.com))
since filebeat is in rockctl and in config.yml only has rock/roles/common/files/rockctl Line 7 in 211c509
@bndabbs will probably need your help on this... due to limited knowledge of the meta universe of deployment |
This allows for more advanced tests, such as intersect. Will require updates to rockctl. Affects #346
This allows for more advanced tests, such as intersect. Will require updates to rockctl. Affects #346
services start that are configured to 'False' under the config section 'Specify if a service is enabled on startup'.
rock config.yml
then i rebooted
you will then notice stenographer, suricata, and fsf are running
The text was updated successfully, but these errors were encountered: