Hello All,
Can anyone share the information about production configuration Box for ELK stack.
Actually my aim to design centralised ELK Server with (Elastic+Logstash+Kibana installation) with sufficient memory configuration and resources. Moreover, I will have to connect MySQL database servers. and I want send below data from MySQL servers to ELK stack.
Plan to configure like below :
-
There will be couple of MySQL server with 4 its instances each mean total 8 MySQL send their error logs and slow logs ----> Logstash ---> ES---> Kibana
-
Have 50+ JDBC input(with respective of 10 instances of MySQL with simple select queries) from Logstash ------> ES and display stats with Kibana
eg:
input {
jdbc {
jdbc_driver_library
query-3 from mysql
}
jdbc {
jdbc_driver_library
query-1 from mysql
}
jdbc {
jdbc_driver_library
query-2 from mysql
}
.......50+
}
Need your help to decide
Question-1 : What size of sever i will be procured ?
Question-2 : How much need memory+ disk+ cores etc technically ?
Question-3 : Security suggestions
Thanks in advance !!!!