How can we configure ELK Stack and Filebeat for production environment?

Hello.Currently I am running ELK Stack and Filebeat for development and testing purpose.After some time I want to run ELK Stack and Filebeat in production environment.How can I do this?What are the configurations to run ELK Stack and Filebeat in Production environments?

It's the same as your other environments :slight_smile:

You should see the below one. In-short, all you have to do is

  • change the 'localhost' to your production system 'ip address' in elasticsearch.yml file.
  • any additional tagging to identify the cluster.

Thank you for providing the solution.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.