[SIEM][Detection Engine][Lists] Removes feature flag for lists

## Summary

* Removes the feature flag and turns on lists by default
* Applies to both exception lists and value lists
* Removes all scary messages about having it enabled
* Updates the unit tests to work with it on 

- [x] [Unit or functional tests](https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#cross-browser-compatibility) were updated or added to match the most common scenarios
This commit is contained in:
Frank Hassanabad 2020-07-07 19:13:53 -06:00 committed by GitHub
parent 030daf84c9
commit 531cac058f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 59 additions and 475 deletions

View file

@ -32,13 +32,11 @@ source `$HOME/.zshrc` or `${HOME}.bashrc` to ensure variables are set:
source ~/.zshrc
```
Open your `kibana.dev.yml` file and add these lines:
Open your `kibana.dev.yml` file and add these lines with your name:
```sh
# Enable lists feature
xpack.lists.enabled: true
xpack.lists.listIndex: '.lists-frank'
xpack.lists.listItemIndex: '.items-frank'
xpack.lists.listIndex: '.lists-your-name'
xpack.lists.listItemIndex: '.items-your-name'
```
Restart Kibana and ensure that you are using `--no-base-path` as changing the base path is a feature but will