2020-11-13 03:06:06 +00:00
|
|
|
{
|
|
|
|
"ignorePatterns": [
|
|
|
|
{
|
2021-01-04 21:55:05 +00:00
|
|
|
"pattern": "localhost"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"pattern": "osquery.io/downloads"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"pattern": "fleet.acme.org"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"pattern": "fleet.corp.example.com"
|
|
|
|
},
|
2021-09-16 19:47:04 +00:00
|
|
|
{
|
|
|
|
"pattern": "fleet.example.com"
|
|
|
|
},
|
2021-01-04 21:55:05 +00:00
|
|
|
{
|
|
|
|
"pattern": "/server/datastore/mysql/migrations/"
|
2021-01-15 18:53:34 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"pattern": "linkedin.com/company/fleetdm"
|
2021-02-17 01:32:51 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"pattern": "github.com/fleetdm/confidential"
|
2021-05-14 17:38:33 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"pattern": "osquery.io/schema"
|
2021-06-15 18:51:45 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"pattern": "github.com/issues"
|
2020-11-13 03:06:06 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"retryOn429": true,
|
|
|
|
"retryCount": 2,
|
|
|
|
"fallbackRetryDelay": "2s",
|
2021-01-04 21:55:05 +00:00
|
|
|
"aliveStatusCodes": [200, 206, 999]
|
2020-11-13 03:06:06 +00:00
|
|
|
}
|