diff --git a/go.mod b/go.mod index b1619d3232..92fdf358ad 100644 --- a/go.mod +++ b/go.mod @@ -71,7 +71,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 01d2091993..780234d455 100644 --- a/model/schema.json +++ b/model/schema.json @@ -299,10 +299,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" @@ -312,8 +308,7 @@ "policy_id", "revision_idx", "coordinator_idx", - "data", - "default_fleet_server" + "data" ] }, "policy-leader": {