Not able to view Overview page ,Analytics page ,API logs page in AppSearch

@JasonStoltz @ross.bell Hi as per your suggestion we have now upgraded to 7.10 but the issues still persist.
we still get 401 Unauthorized upon clicking Api logs and the other issues mentioned above

[2020-12-02T06:23:24.324+00:00][28][2520][app-server][INFO]: [1fae6d8f1e55d8b48770df17703bd4d9] Started GET "/as/log_settings" for 3.251.21.186 at 2020-12-02 06:23:24 +0000
[2020-12-02T06:23:24.324+00:00][28][7976][app-server][INFO]: [91c841f972fb089ebe13d8fff0e40172] Started GET "/as/engines/tests/api_logs/collection?filters%5Bdate%5D%5Bfrom%5D=2020-12-01T06%3A23%3A24.149Z&filters%5Bdate%5D%5Bto%5D=2020-12-02T06%3A23%3A24.149Z&sort_direction=desc&page%5Bcurrent%5D=1" for 3.251.21.186 at 2020-12-02 06:23:24 +0000
[2020-12-02T06:23:24.324+00:00][28][7972][action_controller][INFO]: [4cb01bd4c29a623aebd3f9997c398e8d]   Parameters: {"filters"=>{"date"=>{"from"=>"2020-12-01T05:37:29.952Z", "to"=>"2020-12-02T05:37:29.952Z"}}, "sort_direction"=>"desc", "page"=>{"current"=>"1"}, "host"=>"host.com", "protocol"=>"https", "engine_slug"=>"tests"}
[2020-12-02T06:23:24.327+00:00][28][2520][action_controller][INFO]: [1fae6d8f1e55d8b48770df17703bd4d9] Processing by LocoMoco::Dashboard::LogSettingsController#show as JSON
[2020-12-02T06:23:24.327+00:00][28][7976][action_controller][INFO]: [91c841f972fb089ebe13d8fff0e40172] Processing by LocoMoco::Dashboard::ApiLogsController#index as JSON
[2020-12-02T06:23:24.327+00:00][28][2520][action_controller][INFO]: [1fae6d8f1e55d8b48770df17703bd4d9]   Parameters: {"host"=>"host.com", "protocol"=>"https"}
[2020-12-02T06:23:24.327+00:00][28][7976][action_controller][INFO]: [91c841f972fb089ebe13d8fff0e40172]   Parameters: {"filters"=>{"date"=>{"from"=>"2020-12-01T06:23:24.149Z", "to"=>"2020-12-02T06:23:24.149Z"}}, "sort_direction"=>"desc", "page"=>{"current"=>"1"}, "host"=>"host.com", "protocol"=>"https", "engine_slug"=>"tests"}
[2020-12-02T06:23:24.500+00:00][28][2520][action_controller][INFO]: [1fae6d8f1e55d8b48770df17703bd4d9] Filter chain halted as :verify_can_update_settings rendered or redirected
[2020-12-02T06:23:24.504+00:00][28][2520][action_controller][INFO]: [1fae6d8f1e55d8b48770df17703bd4d9] Completed 401 Unauthorized in 177ms
[2020-12-02T06:23:24.621+00:00][28][7976][action_controller][INFO]: [91c841f972fb089ebe13d8fff0e40172] Completed 200 OK in 293ms (Views: 0.4ms)
[2020-12-02T06:23:24.625+00:00][28][7972][action_controller][INFO]: [4cb01bd4c29a623aebd3f9997c398e8d] Completed 200 OK in 301ms (Views: 0.3ms)
[2020-12-02T06:23:30.802+00:00][28][2498][app-server][INFO]: [2ea0855ae22fb447e375d329d6444736] Started GET "/as/engines/tests/api_logs/collection?filters%5Bdate%5D%5Bfrom%5D=2020-12-01T06%3A23%3A30.626Z&filters%5Bdate%5D%5Bto%5D=2020-12-02T06%3A23%3A30.626Z&sort_direction=desc&page%5Bcurrent%5D=1" for 3.251.21.186 at 2020-12-02 06:23:30 +0000
[2020-12-02T06:23:30.805+00:00][28][2498][action_controller][INFO]: [2ea0855ae22fb447e375d329d6444736] Processing by LocoMoco::Dashboard::ApiLogsController#index as JSON
[2020-12-02T06:23:30.806+00:00][28][2498][action_controller][INFO]: [2ea0855ae22fb447e375d329d6444736]   Parameters: {"filters"=>{"date"=>{"from"=>"2020-12-01T06:23:30.626Z", "to"=>"2020-12-02T06:23:30.626Z"}}, "sort_direction"=>"desc", "page"=>{"current"=>"1"}, "host"=>"host.com", "protocol"=>"https", "engine_slug"=>"tests"}
[2020-12-02T06:23:30.962+00:00][28][2498][action_controller][INFO]: [2ea0855ae22fb447e375d329d6444736] Completed 200 OK in 156ms (Views: 0.4ms)

And

we use the following configs for the elastic search cluster:

    cluster\.name: "appsearch"
    network\.host: 0.0.0.0
    action\.auto_create_index: ".ent-search-*-logs-*,-.ent-search-*,-test-.ent-search-*,+*"
    xpack\.security\.enabled: true
    xpack\.security\.authc\.api_key\.enabled: true
    xpack\.security\.transport\.ssl\.enabled: true
    xpack\.security\.transport\.ssl\.verification_mode: certificate
    xpack\.security\.transport\.ssl\.key: /usr/share/elasticsearch/config/certs/tls.key
    xpack\.security\.transport\.ssl\.certificate: /usr/share/elasticsearch/config/certs/tls.crt
    xpack\.security\.http\.ssl\.enabled: true
    xpack\.security\.http\.ssl\.verification_mode: certificate
    xpack\.security\.http\.ssl\.key: /usr/share/elasticsearch/config/certs/tls.key
    xpack\.security\.http\.ssl\.certificate: /usr/share/elasticsearch/config/certs/tls.crt

Please let us know if you could narrow down the issue with these logs