You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Platform now logs a warning when plugin IDs are not in camelCase format. beats_management needs to be renamed to beatsManagement in order to make this warning go away. This is important because this warning is confusing to users. We could just log the message in development, but it seems just as easy to just go ahead and do the rename now.
All this should entail is changing the id field in the kibana.json file and updating any plugins that depend on this plugin to use the new id when calling this plugin's APIs.
The config path does not need to change and should remain in snake_case.
The text was updated successfully, but these errors were encountered:
Similar to #59191
The Platform now logs a warning when plugin IDs are not in camelCase format.
beats_management
needs to be renamed tobeatsManagement
in order to make this warning go away. This is important because this warning is confusing to users. We could just log the message in development, but it seems just as easy to just go ahead and do the rename now.All this should entail is changing the
id
field in thekibana.json
file and updating any plugins that depend on this plugin to use the new id when calling this plugin's APIs.The config path does not need to change and should remain in snake_case.
The text was updated successfully, but these errors were encountered: