-
Notifications
You must be signed in to change notification settings - Fork 1.3k
add elasticsearch sink for heapster #733
add elasticsearch sink for heapster #733
Conversation
Can one of the admins verify this patch? |
ok to test On Wed, Nov 25, 2015 at 6:33 PM, cadvisorJenkinsBot <
|
cc @kubernetes/heapster-maintainers |
needs a rebase |
Hi, @vishh ,Is there something wrong about the CI? I got the error in checking process,
|
Can you rebase to HEAD and try again? On Wed, Dec 2, 2015 at 6:53 PM, yuqi huang notifications@github.com wrote:
|
OK, I will try. Thanks @vishh |
Can one of the admins verify this patch? |
Hi, @vishh, I have rebased, but the checks were still not successful. |
cc @piosz. Is our test infra broken? On Thu, Dec 3, 2015 at 5:17 PM, yuqi huang notifications@github.com wrote:
|
It seems to be broken. How can I get there to fix it? |
Can one of the admins verify this patch? |
ok to test On Fri, Dec 11, 2015 at 12:11 PM, cadvisorJenkinsBot <
|
Hi, @vishh , how can I resolve the issue about the above checks? Thanks. |
Can one of the admins verify that this patch is reasonable to test? (reply "ok to test", or if you trust the user, reply "add to whitelist") If this message is too spammy, please complain to ixdy. |
@huangyuqi: @mwielgus might be able to assist you with that. |
Can one of the admins verify this patch? |
ok to test On Mon, Dec 21, 2015 at 11:48 PM, cadvisorJenkinsBot <
|
Hi, @vishh |
Any progress on this? It would be great to include it in Heapster 1.1/Kubernetes 1.3. The code freeze is in 2 weeks from now. |
Hi, @piosz I have finished this ES sink, please give me some review comments. Thanks. |
I got an error in CI:
|
this is a known flake |
@k8s-bot test this |
@piosz , some issues still exist in CI
|
@k8s-bot test this |
@huangyuqi I fixed it yesterday #1159 |
thanks so much @piosz |
@k8s-bot test this please |
LGTM |
thanks so much @mwielgus |
Thank you too :) |
This sink supports monitoring metrics and events.
To use the Elasticsearch sink add the following flag:
Normally, elasticsearch cluster has multi nodes or a proxy, so nodes' list or proxy
server need be configured for elasticsearch sink.
Thus, we can set
ES_SERVER_URL
to a dummy value, and provide nodes list or proxy serverin url's query string.
Besides, the following options can be set in query string:
index
- ES's index for metrics&events. Default:heapster
if the ES cluster needs authentication, we should provide the username and secret.
esUserName
- ES's user nameesUserSecret
- ES's user secretLike this: