fleet/tools/osquery/in-a-box/README.md
Lucas Manuel Rodriguez 4627a92447
Move external dependency osquery-in-a-box to monorepo (#15871)
#15563 

- [X] Manual QA for all new/changed functionality

Tested by running the following:

If the changes haven't been merged to `main`:
```sh
fleetctl preview --preview-config 15563-move-external-dep-osquery-in-a-box-to-monorepo
fleetctl preview stop
fleetctl preview reset
```
If the changes were already merged to `main`:
```sh
fleetctl preview 
fleetctl preview stop
fleetctl preview reset
```
2024-01-10 11:45:52 -03:00

7 lines
339 B
Markdown

# Osquery in a box
The contents in this repository are used by `fleetctl preview`.
They contain docker compose and configuration files to start a test instance of Fleet and simulated osquery hosts.
> IMPORTANT: By updating files in this directory on the `main` branch you are releasing the changes to all users using `fleetctl preview`.