Change plugin id for remote_clusters
to remoteClusters
#59183
Labels
chore
Feature:NP Migration
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
The Platform now logs a warning when plugin IDs are not in camelCase format.
remote_clusters
needs to be renamed toremoteClusters
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: