How to set up a logging Infrastructureusing using ElasticSearch, Fluentd, and Kibana. — Setting up the right logging infrastructure helps us in finding what happened, debugging and monitoring the application. At a very basic level, we should expect the following from our infrastructure: Ability to free text search on our logs Ability to search for specific api logs Ability to search per statusCode…