Setting up Kibana development environement

Hi All,

I am facing an issue setting up a Kibana development environment to customize the kibana-enhanced-table plugin. I am running Kibana in a Docker container on my local machine and have followed the following steps:

  1. Cloned the Kibana GitHub repository and checked out the tags/8.8 tag.
  2. Cloned the https://github.com/fbaligand/kibana-enhanced-table repository into the kibana/plugins/enhancedTable directory.
  3. Installed nvm.
  4. Ran nvm use.
  5. Ran nvm install.
  6. Ran yarn kbn bootstrap.
  7. Ran cd plugins/enhancedTable/.
  8. Inside "plugins/enhancedTable" I ran yarn install && yarn compile.
  9. Configured the kibana.dev.yml file
  10. Ran yarn start --no-optimizer (I added the --no-optimizer flag because I was getting an error from chokidar).

After performing all of the above steps, I am successfully able to access the Kibana login screen in my browser. However, after entering the correct credentials, I receive the following error:

Can anyone please help me to identify the issue here?

Thank you in advance.

Hi @iamsan,

Have you tried to contact maintainers of GitHub - fbaligand/kibana-enhanced-table: Kibana visualization like a Data Table, but with enhanced features like computed columns, filter bar, and “Split Cols” bucket plugin about your issue?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.