Last Updated: February 25, 2016
·
333
· skyrocknroll

grep config file and show non commented lines only

grep -v '^$' /etc/filebeat/filebeat.yml |grep -v '^ *#'