hello, everyone!
this post i want to introduce you a post of "How to enable Elasticsearch Service as a Ranger Admin Audit Store".
1. Go to Elasticsearch Service.
2. Go to "Configurations tab" and select "All Configurations"

3. Copy the value of "INSTANCE_SERVER_PORT_LIST".
4. Go to Ranger Service
5. Go to "Configurations tab" and select "All Configurations"
6. In the search field, search for "elasticsearch"

7. Update the above properties.
a) "ranger.audit.elasticsearch.bootstrap.enabled"= true (if a user disables this then the user will be responsible for creating schema and index)
b) "ranger.audit.elasticsearch.urls" set the value of ESNodeServer URLs with a comma(,) separated.
8. Save and Restart.
