Can curator log remotely ? e.g. syslog

Can the curator config (logfile) take a value to log to a central logging service rather than a file or stdout ?

For instance you can get nginx to log to a syslog server specifying the value for the access_log as follows:

syslog:server=127.0.0.1:5140,facility=local7,tag=nginx,severity=info

Not yet. It's a desired feature, but not implemented.

I accept pull requests... :slight_smile:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.