pjorg / pjorg-puppet-sumo

Install and manage the Sumo Logic collector and its log sources with Puppet.
MIT License
1 stars 12 forks source link

automaticDateParsing boolean and quotes #11

Open tduvally opened 7 years ago

tduvally commented 7 years ago

It looks Sumo is requiring a that the automaticDateParsing boolean not be in quotes. When enclosed in quotes at appears to be defaulting back to true in the Sumologic collector configuration.

When quotes are removed from the JSON file and the collector restarted it switchs back to false.

pjorg commented 7 years ago

Hmm, yeah. Not sure why I made that a string instead of a boolean value.

tduvally commented 7 years ago

I also hit submit before testing upper vs lowercase. Looks like the uppercase boolean breaks the collector and it won't start. Both were easy fixes in the template, though.

And thanks for responding so quick!