driskell / log-courier

The Log Courier Suite is a set of lightweight tools created to ship and process log files speedily and securely, with low resource usage, to Elasticsearch or Logstash instances.
Other
419 stars 107 forks source link

Option /network/reconnect backoff is not available #360

Closed tedder closed 4 years ago

tedder commented 7 years ago

2.0.5. Configuration test failed: Option /network/reconnect backoff is not available.

Here's the network section from my file:

network:
  servers:
  - "hostname:5550"
  "failure backoff": 10
  "reconnect backoff": 10
  transport: tcp

Tried with/without quotes (not sure about spaces in keys in yaml). What's wrong with this?

driskell commented 7 years ago

Ouch. Yes I can see this. It looks like I scoped those configurations for tls transport accidentally so they don't get picked up by tcp transport.

I plan to do a few tweaks soon in next 2-3 weeks I hope. I cannot guarantee but when I do I will be sure to fix this one too.