Dear all,
I have such errors trying start filebeat
[loguser@container5 filebeat]$ /etc/init.d/filebeat start
Starting filebeat: 2017/03/27 07:55:39.649381 beat.go:267: INFO Home path: [/usr/share/filebeat] Config path: [/etc/filebeat] Data path: [/var/lib/filebeat] Logs path: [/var/log/filebeat]
2017/03/27 07:55:39.649436 beat.go:177: INFO Setup Beat: filebeat; Version: 5.2.2
2017/03/27 07:55:39.649463 publish.go:271: INFO No outputs are defined. Please define one under the output section.
2017/03/27 07:55:39.649498 beat.go:288: CRIT Exiting: error initializing publisher: No outputs are defined. Please define one under the output section.
Exiting: error initializing publisher: No outputs are defined. Please define one under the output section.
Here is my output section in filebeat.yml
#----------------------------- Redis output --------------------------------
hosts: ["10.3.2.10:6379"]
key: "filebeat"
db: 0
timeout: 5
What is wrong with output?