diff --git a/docs/Contributing/Seeding-Data.md b/docs/Contributing/Seeding-Data.md index 25434a93eb..f7ef035bcd 100644 --- a/docs/Contributing/Seeding-Data.md +++ b/docs/Contributing/Seeding-Data.md @@ -43,4 +43,6 @@ The `fleet/create_figma` script will generate an environment to reflect the mock Each user generated by the script has their password set to `user123#`. +In order to run scripts that make use of premium features, make sure you started the server with the correct flags as described in [Testing](./Testing.md#license-key). + diff --git a/tools/osquery/README.md b/tools/osquery/README.md index e2341439fb..4f90f19df8 100644 --- a/tools/osquery/README.md +++ b/tools/osquery/README.md @@ -4,8 +4,6 @@ The files in this directory are intended to assist with Fleet development. - `docker-compose.yml`: This docker-compose file helps with starting `osqueryd` instances for testing Fleet. More on this [below](#testing-with-containerized-osqueryd). -- `example_config.json`: An example config file with insecure default passwords. Useful for testing in a local dev environment, but should /never/ be used in production. - - `example_osquery.conf`: An example osquery config file that sets up basic configuration for distributed queries. - `example_osquery.flags`: An example osquery flagfile setting the config options that must be loaded before the full JSON config.