For the last couple of weeks I have been trying to set up a docker TIG stack with telegraf, influxdb and grafana. And though I have had many struggles with various things, right now I am stuck at a telegraf config, that I cannot for the life of me, figure out why it has a parse error.
I am using a socket listen input for catching JSON messages from Windows servers.
When I look at the logs of the telegraf service, all it gives me is that I got an error on a line, which does not contain anything anymore. It used to contain a keep_alive_period = "60s". I removed the line, but it still gives me errors on that empty line.