https://github.com/uptycs/osquery-boshrelease
Uptycs Osquery BOSH release
https://github.com/uptycs/osquery-boshrelease
bosh osquery
Last synced: 5 months ago
JSON representation
Uptycs Osquery BOSH release
- Host: GitHub
- URL: https://github.com/uptycs/osquery-boshrelease
- Owner: Uptycs
- License: apache-2.0
- Created: 2021-11-14T19:41:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-20T02:44:33.000Z (over 4 years ago)
- Last Synced: 2025-01-25T17:45:12.696Z (over 1 year ago)
- Topics: bosh, osquery
- Language: HTML
- Homepage: https://www.uptycs.com
- Size: 131 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Uptycs]((https://www.uptycs.com)) Osquery release for [BOSH](https://bosh.io)
Deploy Uptycs Osquery as a BOSH add-on. Copy: [runtime.yml](manifests/runtime.yml)
Replace `version`, `hostname` and `secret`:
```yaml
releases:
- name: osquery
url: git+https://github.com/Uptycs/osquery-boshrelease
version: 5.0.2.9-Uptycs-202111112102 # Change to the latest Osquery version
addons:
- name: osquery
jobs:
- name: osquery
release: osquery
properties:
uptycs:
hostname: CHANGE-ME # Change to your Uptycs tenant hostname. Example: tenant.uptycs.io
secret: CHANGE-ME # Download the secret from Uptycs SaaS platform
```
Deploy the runtime config with the following command:
```sh
bosh update-runtime-config runtime.yml
```
Verify the addon using the following command:
```sh
bosh runtime-config
```
Create or update BOSH deployments using the following command:
```sh
bosh deploy
```