mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[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:
parent
030daf84c9
commit
531cac058f
33 changed files with 59 additions and 475 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue