kibana/x-pack/plugins/enterprise_search
2020-08-13 16:45:16 -05:00
..
common [Enterprise Search] Fix/DRY out plugin i18n strings (#74323) 2020-08-05 10:12:25 -07:00
public Add public url to Workplace Search plugin (#74991) 2020-08-13 16:45:16 -05:00
server [Enterprise Search] Fix/DRY out plugin i18n strings (#74323) 2020-08-05 10:12:25 -07:00
kibana.json
README.md Workplace Search in Kibana MVP (#70979) 2020-07-13 13:10:35 -05:00

Enterprise Search

Overview

This plugin's goal is to provide a Kibana user interface to the Enterprise Search solution's products (App Search and Workplace Search). In it's current MVP state, the plugin provides the following with the goal of gathering user feedback and raising product awareness:

  • App Search: A basic engines overview with links into the product.
  • Workplace Search: A simple app overview with basic statistics, links to the sources, users (if standard auth), and product settings.

Development

  1. When developing locally, Enterprise Search should be running locally alongside Kibana on localhost:3002.
  2. Update config/kibana.dev.yml with enterpriseSearch.host: 'http://localhost:3002'
  3. For faster QA/development, run Enterprise Search on elasticsearch-native auth and log in as the elastic superuser on Kibana.

Testing

Unit tests

From kibana-root-folder/x-pack, run:

yarn test:jest plugins/enterprise_search

E2E tests

See our functional test runner README.