How to change Fleet server's Elasticsearch url?

sudo elastic-agent inspect
...omit...
fleet:
access_api_key: omit
agent:
  id: omit
enabled: true
host: localhost:8221
hosts:
- https://192.168.0.11:8220
protocol: https
proxy_disable: true
server:
  host: 0.0.0.0
  internal_port: 8221
  output:
    elasticsearch:
      hosts:
      - 192.168.0.12:9200
...omit...

I have changed the IP address of Elasticsearch and added two new Elasticsearch servers.
How to update Fleet server's Elasticsearch IP as...

    elasticsearch:
      hosts:
      - 10.0.0.12:9200
      - 10.0.0.13:9200
      - 10.0.0.14:9200

I have changed outputs from https://kibana:5601/app/fleet/settings, but it doesn't work.

Hi Kevin,

Can you provide the logs from the instance or a diagnostics bundle?