Closed
Description
Java API client version
8.1.2
Java version
17.0.2
Elasticsearch Version
8.1.2
Problem description
Deployed in single localhost node. The autogenerated configuration in section "SECURITY AUTO CONFIGURATION" showed "cluster.initial_master_nodes: ["localhost"]", while in the entity class NodeInfoSettingsCluster the type of the according field is String:
Reproduce:
elasticsearchClient.nodes().info()