Hi everyone. I'm trying to create my personal syslog monitoring.
To get the logs, I have uncertainty to choose the way:
1.1 Use Logstash like a TCP server.
1.2 Implement a Go TCP server.
To store and plot data.
2.1 Use Elasticsearch tools.
2.2 Use InfluxDB and Grafana.
I would like to know... Which is a cheaper and scalable solution?
Or even if there is a better way to do it.