When kibana is started, it fails to start all the time, and the error elasticsearch is reported service failed after enable elasticsearch security features
Solution:
1. Stop Kibana, stop ES
2. Open elasticsearch.yml file, configure disable security option xpack.security.enabled
xpack.security.enabled: false
3. Restart Elasticsearch and Kibana