Toni Moreno

Results 105 comments of Toni Moreno

Hi @lucasmlofaro @shakefu , Now you can now create databases from the admin api, as described in https://github.com/toni-moreno/influxdb-srelay#adminclusterid Any feedback about the test case described above ?

Hi , @shakefu I've updated with 0.3 version some minutes ago. About your questions, srelay has a compatible /ping https://github.com/toni-moreno/influxdb-srelay#ping and you will see that the header `X-Influxdb-Version` is `Influxdb-Smart-Relay`...

Hi @shakefu If I understand your request , what you need is something like a runtime config info api handlers, in this case I will prefer use another uri to...

Hello @vtacquet sorry by the very big delayed answer. The hamonitor process presupposes the cluster already synced and it detects when the slave is down , take note about the...

@mgf909 hamonitor mode trigger resync just after the slave have been recovered and only for the period of time while slave was down. In the meanwhile you need influxdb-srelay behind...

hello @hanynowsky @like-inspur it is hard coded as debug because of access.log has not levels its main goal is print each incoming query with related data. If you need disable...

We could add a log option to redirect logs to the console... would you like this option better than separate files?

Hi @like-inspur , I've just released the syncflux 0.6.7 version wit default logmode on console , and other fixes and updates. Could you test it please? , If all ok,...

it seems to be logging into the console ok. NOTE: remember replication config "all" doesn't exist the correct config is "both" (ocumentation in previous versions was wrong)

Hello @like-inspur I've just reviewed code and remembered that code was ready to log into console by only omit all `log-file` and `access-log` paràmeters. ``` # HTTP Server [[http]] name...