How to Configure Logstash Linux ELK Logstash Devops less than 1 minute to read (96 words) () Overview Configure Logstash Restart Logstash Service Configure Logstash For Logstash, We have to create/update configuration file. $ cat /etc/logstash/conf.d/logstash.conf output { elasticsearch { # Don't required for local ElasticSearch # cluster => Gateway # This matches out elasticsearch cluster.name # protocol => http } } Restart Logstash Service $ sudo service logstash restart Email Address Post Navigation How to Configure ElasticSearch How to Configure Kibana