How do we rebuild the osquery installers after changing "url_base" in global.sls? #1530
-
How do we rebuild the fleet installers after changing "url_base" in global.sls? I'm assuming there's a special salt spell/incantation/chant. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 16 replies
-
I have updated the docs to include that incantation: ;) https://docs.securityonion.net/en/2.3/osquery.html#agents Be sure that the output of that command looks correct. It will take up to 5 minutes to rebuild the packages - you will need to refresh the Downloads page to see the new ones once they are generated. |
Beta Was this translation helpful? Give feedback.
-
I am experiencing the same issue (transport authentication handshake failed x509 certificate is valid for "internalhost" not "externalhost") and no matter what changes I make, the certificate never gets updated and still uses the internal hostname (or IP if I set the base_url to the IP). The packages are being regenerated successfully with "salt-call state.apply fleet.event_gen-packages". I've tried updating the fleet_custom_hostname and running "salt-call state.apply fleet.event_update-custom-hostname", then regenerating the packages again, but still have the same issue. Is there a step I'm missing (maybe an SSL salt command)? |
Beta Was this translation helpful? Give feedback.
I have updated the docs to include that incantation: ;)
https://docs.securityonion.net/en/2.3/osquery.html#agents
Be sure that the output of that command looks correct. It will take up to 5 minutes to rebuild the packages - you will need to refresh the Downloads page to see the new ones once they are generated.