I am new to ELK
Pls Help
As i have to observe 5 different Servers(5 metricbeat & 5 Filebeat) on ec2 instance . Than do i need to run different logstash config. file or i can take input in a single logstash file and run it?
and also do i need to create different cluster for each server?
Greetings thankyou for your reply
Than how will we be able to create different index for all the 5 Servers.
As I want to create different dashboard for each server.
What should be the output of logstash for this?
For each one of your servers you can define a type in the beats configuration, than in your logstash pipeline, in the filter and output blocks, you will need to use conditionals to direct each input to its own output.
For example, in a filebeat configuration you will have something like this:
Instead of using conditionals, you should get a host field with the name of the host that collected the event, in which case you can reference that field in your single elasticsearch output:
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.