Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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] Analytics Package #41113
[telemetry] Analytics Package #41113
Changes from 12 commits
810f94a
1983529
b41e18b
932a189
bc8e470
3dff33d
77d6cad
32fcbe4
ea44a6c
1d4a663
69006f9
1c4a0d0
ccd7d69
6bc1caf
4c46ff0
75bd6ba
5a0b833
44b0ec4
aa434f6
1665a22
121fcd3
321cceb
920b222
b3baca6
eabe9e3
210b8a3
131e829
7a5db03
c128c7b
8bd4ef4
3dfd554
ee3fc7d
331f900
4d86435
1efc619
257ebea
94de087
12626e2
2e76e78
6925b29
e1b7cde
1996c25
9d63270
a0780e4
4a20e69
d42a807
c564076
1987e8d
0278589
5c52b30
487677e
79fd372
fb18982
eb60ea8
e02e22a
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this suppose to be logging in Kibana development mode? How does one go about turning this off via the
config
object that's being passed in?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can override the default by adding
ui_metric.debug:false
in the kibana.yml file. Note that it defaults totrue
only if kibana is in development mode.