File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
core/template-resources/src/main/resources
fleet/src/main/java/org/elasticsearch/xpack/fleet Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3636 },
3737 "namespaces" : {
3838 "type" : " keyword"
39+ },
40+ "hidden" : {
41+ "type" : " boolean"
3942 }
4043 }
4144 }
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ public class Fleet extends Plugin implements SystemIndexPlugin {
8080 private static final List <String > ALLOWED_PRODUCTS = List .of ("kibana" , "fleet" );
8181 private static final int FLEET_ACTIONS_MAPPINGS_VERSION = 2 ;
8282 private static final int FLEET_AGENTS_MAPPINGS_VERSION = 2 ;
83- private static final int FLEET_ENROLLMENT_API_KEYS_MAPPINGS_VERSION = 2 ;
83+ private static final int FLEET_ENROLLMENT_API_KEYS_MAPPINGS_VERSION = 3 ;
8484 private static final int FLEET_SECRETS_MAPPINGS_VERSION = 1 ;
8585 private static final int FLEET_POLICIES_MAPPINGS_VERSION = 2 ;
8686 private static final int FLEET_POLICIES_LEADER_MAPPINGS_VERSION = 1 ;
You can’t perform that action at this time.
0 commit comments