Skip to content

Commit

Permalink
[Fleet] Disable FQDN selector by default (#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
#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 <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
2 people authored and pull[bot] committed Oct 17, 2023
1 parent 889f798 commit 1868302
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 1868302

Please sign in to comment.