Skip to content

Commit

Permalink
[Fleet] Disable FQDN selector by default (elastic#152592)
Browse files Browse the repository at this point in the history
## Summary

Hide the FQDN selector unless experimental feature is enabled. This
selector was added as part of
elastic#149059

### Before:
<img width="1073" alt="Screenshot 2023-03-02 at 16 15 39"
src="https://user-images.githubusercontent.com/3315046/222487164-75024608-b0f1-419d-bbb0-299bad55cae1.png">

### After:
<img width="1112" alt="Screenshot 2023-03-02 at 16 14 52"
src="https://user-images.githubusercontent.com/3315046/222487206-c58f76eb-6977-4d3a-908d-3b72b0f901fa.png">

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
hop-dev and kibanamachine authored Mar 2, 2023
1 parent 6d4f61f commit de482cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/fleet/common/experimental_features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const allowedExperimentalValues = Object.freeze({
experimentalDataStreamSettings: false,
displayAgentMetrics: true,
showIntegrationsSubcategories: false,
agentFqdnMode: true,
agentFqdnMode: false,
showExperimentalShipperOptions: false,
fleetServerStandalone: false,
});
Expand Down

0 comments on commit de482cb

Please sign in to comment.