-
Notifications
You must be signed in to change notification settings - Fork 916
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
[Rename] kibana-usage-collection plugin #162
[Rename] kibana-usage-collection plugin #162
Conversation
Signed-off-by: Kawika Avilla <[email protected]>
@@ -55,7 +55,7 @@ export const applicationUsageSchema = { | |||
dev_tools: commonSchema, | |||
discover: commonSchema, | |||
home: commonSchema, | |||
kibana: commonSchema, // It's a forward app so we'll likely never report it | |||
opensearch_dashboards: commonSchema, // It's a forward app so we'll likely never report it |
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.
why is this using '_' it looks like it's referring to the module so it should be opensearch-dashboards
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.
I think trying to follow what other in below following.
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.
LGTM !!
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.
LGTM
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Signed-off-by: Kawika Avilla <[email protected]>
Issue #, if available:
#37
Description of changes:
Rename folder, files, variables within plugins/kibana-usage-collection
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.