kibana/x-pack/plugins/enterprise_search
Constance 57997beed8
[Enterprise Search] Error state UI tweaks to account for current Cloud SSO behavior (#73324)
* Do not disable the Launch App Search button on the error page

- so users always have access to App Search

* Add troubleshooting steps that mention user authentication

- more info can be found in setup guide

* Tweak styling/spacing on troubleshooting steps

* Copyedits (thanks Chris!)
2020-07-27 15:06:42 -07:00
..
common Workplace Search in Kibana MVP (#70979) 2020-07-13 13:10:35 -05:00
public [Enterprise Search] Error state UI tweaks to account for current Cloud SSO behavior (#73324) 2020-07-27 15:06:42 -07:00
server Workplace Search in Kibana MVP (#70979) 2020-07-13 13:10:35 -05: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.