diff --git a/go.mod b/go.mod index 16eee1478d..1555688327 100644 --- a/go.mod +++ b/go.mod @@ -72,7 +72,6 @@ require ( github.com/hashicorp/errwrap v1.1.0 // indirect github.com/hashicorp/go-multierror v1.1.1 // indirect github.com/jcchavezs/porto v0.4.0 // indirect - github.com/jstemmer/go-junit-report v0.9.1 // indirect github.com/mattn/go-colorable v0.1.12 // indirect github.com/prometheus/procfs v0.7.3 // indirect go.elastic.co/apm/module/apmhttprouter v1.14.0 diff --git a/model/schema.json b/model/schema.json index 9446559927..b4923fba60 100644 --- a/model/schema.json +++ b/model/schema.json @@ -303,10 +303,6 @@ "type": "object", "format": "raw" }, - "default_fleet_server": { - "description": "True when this policy is the default policy to start Fleet Server", - "type": "boolean" - }, "unenroll_timeout": { "description": "Timeout (seconds) that an Elastic Agent should be un-enrolled.", "type": "integer" @@ -316,8 +312,7 @@ "policy_id", "revision_idx", "coordinator_idx", - "data", - "default_fleet_server" + "data" ] }, "policy-leader": {