om_googlelogging Modules Issues
I am trying to create a configuration with an om_googlelogging module. I am running into an issue with the Resources field. I am able to save the config, but then errors occur when I try to edit it again. I am still able to assign the configuration to agents and update the configurations successfully. My Google logging module looks like this.
```
<Output google_logging>
Module om_googlelogging
CredentialsFile %GCP_CREDENTIALS_FILE%
LogName projects/my-project/logs/winevents
<Resources>
type generic_node
</Resources>
<Exec>
to_json();
</Exec>
</Output>
```