Adding a Service #2009
-
Today I wanted to test out SecOnion 2.3 and I went with the Standalone option in my homelab. When I initially ran through the install I only elected to have a few services install at that time. What is the preferred method for adding one of the services on after going through the setup script? Essentially, I skipped Grafana on initial install and now I want to add it. Thanks for the help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Typically, you can flip the switch from 0 to 1, or False to True in global.sls or minion.sls, then perform a salt-call state.apply , however. There may have been configuration that happened during setup that provides necessary information for the service to be configured correctly. |
Beta Was this translation helpful? Give feedback.
Typically, you can flip the switch from 0 to 1, or False to True in global.sls or minion.sls, then perform a salt-call state.apply , however. There may have been configuration that happened during setup that provides necessary information for the service to be configured correctly.