-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
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
[Telemetry] server side fetcher #49711
Comments
Pinging @elastic/kibana-stack-services (Team:Stack Services) |
Are there any kibana plugins planning to use this in 7.5? |
I don't believe there are any specific plugins planning to use this initially. Happy to touch base tomorrow to provide some more details @stevewritescode (awesome alias btw) |
@stevewritescode just for clarification this is the fetcher method. (The part of telemetry that sends code back to our telemetry cluster) This is configured via From your question I understood that you're asking about telemetry server side usage collectors. If that is the case then we do already have server side collectors already being used by many plugins already. |
@Bamieh will we be sending duplicate documents if there are multiple kibana instances for a cluster? How are we handling that today? |
Currently we get duplicate documents as each logged in user will send telemetry data once per day per browser.
Actually with the server side implementation we will have less duplicates since the number of users logging into kibana are much more than the number of kibana instances a cluser would have:
This model works fine with the usage data we currenrly send so duplicates should not be an issue. |
++ thanks for the explanation @Bamieh. I had been under a similar impression as well (that we're capturing duplicates now and there will be less with server side). As always, appreciate the quick response |
Closed via #50015 |
Add a server side telemetry fetcher under a config flag (default:
false
). This enables any distribution to start sending telemetry from kibana server instead of browser.The text was updated successfully, but these errors were encountered: