-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from hubblestack/develop
Merge to master (prep v2017.3.1 release)
- Loading branch information
Showing
43 changed files
with
2,944 additions
and
1,656 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,36 @@ | ||
# Hubble | ||
# Hubble | ||
|
||
Hubble is a modular, open-source security compliance framework built on top of | ||
SaltStack. The project provides on-demand profile-based auditing, real-time | ||
security event notifications, automated remediation, alerting and reporting. | ||
https://hubblestack.io | ||
|
||
## Installation (GitFS) | ||
|
||
This installation method subscribes directly to our GitHub repository, pinning | ||
to a tag or branch. This method requires no package installation or manual | ||
checkouts. | ||
|
||
Requirements: GitFS support on your Salt Master. (Usually just requires | ||
installation of `gitpython` or `pygit2`. `pygit2` is the recommended gitfs | ||
provider.) | ||
|
||
*/etc/salt/master.d/hubblestack-nova.conf* | ||
|
||
```yaml | ||
fileserver_backend: | ||
- roots | ||
- git | ||
gitfs_remotes: | ||
- https://github.com/hubblestack/hubble-salt.git: | ||
- base: v2017.3.1 | ||
- root: '' | ||
``` | ||
> Remember to restart the Salt Master after applying this change. | ||
You can then run `salt '*' saltutil.sync_all` to sync the modules to your | ||
minions. | ||
|
||
See `pillar.example` for sample pillar data for configuring the pulsar beacon | ||
and the splunk/slack returners. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.