We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have following configuration.
{ "listen": ":8124", "flush_count": 30000, "flush_interval": 1000, "debug": false, "dump_dir": "dumps", "clickhouse": { "down_timeout": 300, "servers": [ "http://127.0.0.1:8123", "http://172.16.10.78:8123" ] } }
The text was updated successfully, but these errors were encountered:
Hm, thanks. I will check it
Sorry, something went wrong.
Try to check version 1.2.0. I changed some logics, but in previous version all worked for me. Thanks.
so it will send the same data to different clickhouse instance? @nikepan
No branches or pull requests
We have following configuration.
{
"listen": ":8124",
"flush_count": 30000,
"flush_interval": 1000,
"debug": false,
"dump_dir": "dumps",
"clickhouse": {
"down_timeout": 300,
"servers": [
"http://127.0.0.1:8123",
"http://172.16.10.78:8123"
]
}
}
The text was updated successfully, but these errors were encountered: