So I've configured an ELK stack. Initially, I configured my logging to use json format and used filebeat to send to logstash. Once I got that working, I wanted to start collecting system metrics so I disabled the filebeat configuration and created a topbeat one.
I'm not curious, how can I combine these two using a single beats input in logstash? I've been reading up on conditionals and was thinking of setting conditionals on document_type
but I don't see that option in topbeat.
Ideally, I would like to configure a single port to be used and not have multiple logstash configs (with multiple ports open).