Create Costume Plugin for Kibana

Hello Team,

I am try to create the some plugin for Kibana.

Pls, help me out. I am trying to create the costume Kibana plugin.

follow some steps form

i created the plugin by "node scripts/generate_plugin your_plugin_name" and then run the cmd on 1st terminal "yarn es snapshot --oss" amd 2nd terminbal "yarn start -oss" it not working .

can you help me out form this.

Thanks for reaching out, @santosh_kr_pathak. Do you happen to have a link to the guide or tutorial you we were following? What version of node are you using?

You may want to try running the following:
yarn start --oss --debug

Here are some additional resources that might be helpful too:

1 Like

Thank for reply @jessgarson

1 Like