mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
7d9ca2cee7
- Create `/configuration-files/` directory inside of `/1-Using-Fleet` directory. This directory contains example Fleet configuration files in yaml format. Replaces the `/examples` directory. - Create `/standard-query-library/` directory inside of `/1-Using-Fleet` directory. This directory contains the new `standard-query-library.yml`. This file will act as the source of community contributions to the standard query library. - Edit references to `/examples` directory
36 lines
767 B
JSON
36 lines
767 B
JSON
{
|
|
"ignorePatterns": [
|
|
{
|
|
"pattern": "localhost"
|
|
},
|
|
{
|
|
"pattern": "osquery.io/downloads"
|
|
},
|
|
{
|
|
"pattern": "fleet.acme.org"
|
|
},
|
|
{
|
|
"pattern": "fleet.corp.example.com"
|
|
},
|
|
{
|
|
"pattern": "hello@fleetdm.com"
|
|
},
|
|
{
|
|
"pattern": "/server/datastore/mysql/migrations/"
|
|
},
|
|
{
|
|
"pattern": "linkedin.com/company/fleetdm"
|
|
},
|
|
{
|
|
"pattern": "github.com/fleetdm/confidential"
|
|
},
|
|
{
|
|
"pattern": "osquery.io/schema"
|
|
}
|
|
],
|
|
"retryOn429": true,
|
|
"retryCount": 2,
|
|
"fallbackRetryDelay": "2s",
|
|
"aliveStatusCodes": [200, 206, 999]
|
|
}
|