hi,
Actually the kibana is working fine in local host but when i change the URL the server is listening but in UI getting 404 error not found. (/kibana/spaces/space_selector)
below is my elastic health status
curl -uelastic -X GET "1.xx.xx.xx:9200"/_cluster/health
Enter host password for user 'elastic':
{"cluster_name":"elk-cluster-qa-dev","status":"yellow","timed_out":false,"number_of_nodes":1,"number_of_data_nodes":1,"active_primary_shards":5,"active_shards":5,"relocating_shards":0,"initializing_shards":0,"unassigned_shards":2,"delayed_unassigned_shards":0,"number_of_pending_tasks":0,"number_of_in_flight_fetch":0,"task_max_waiting_in_queue_millis":0,"active_shards_percent_as_number":71.42857142857143}
please share ur thoughts