forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add README and CODEOWNERS + disable plugin on 8.x (#15)
* Add plugin README and CODEOWNERS * Temporarily disable plugin for 8.x
- Loading branch information
Showing
3 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# 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 its current MVP state, the plugin provides a basic engines overview from App Search with the goal of gathering user feedback and raising product awareness. | ||
|
||
## 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: | ||
|
||
```bash | ||
yarn test:jest plugins/enterprise_search | ||
``` | ||
|
||
### E2E tests | ||
|
||
See [our functional test runner README](../../test/functional_enterprise_search). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters