Sidecar and NXlog - Couldn't open nxlog service;

Everything points to the exact same error. The path is also correct. I just decided to switch to beats but when trying to configure that, I also received an error:

Exiting: no modules or inputs enabled and configuration reloading disabled. What files do you want me to watch?

Found a reply by you on a quick search suggesting to change the default line from the configuration to this:

filebeat:
  inputs:
    - type: log
      enabled: true

When using the default configuration for filebeat on Windows in Graylog, it loads this:

filebeat.inputs:
  type: log
  enabled: true
  paths:
    - C:\logs\log.log

This tells me that there are issues with the default configurations in the Sidecar that have yet to be fixed. The same may apply for nxlog but fixing that is way over my skill level.

Thanks for your help.