Skip to content

Commit

Permalink
Small adjustment to the Guide to using https://kibana.siem.estc.dev/
Browse files Browse the repository at this point in the history
…for local development (elastic#1104)

Just added a `xpack.lists.listItemIndex` setting which is also used by the `lists` plugin.
  • Loading branch information
banderror authored May 10, 2021
1 parent 38e1ab4 commit a4e771b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ kibana.index: '.kibana-USERNAME'
xpack.task_manager.index: '.kibana-task-manager-USERNAME'
xpack.securitySolution.signalsIndex: '.siem-signals-USERNAME'
xpack.lists.listIndex: '.lists-USERNAME'
xpack.lists.listItemIndex: '.items-USERNAME'
```

Replace `USERNAME` with your new username and `PASSWORD` with the password. Note that `USERNAME` is found several times in the text and needs to be replaced in each case.
Expand Down

0 comments on commit a4e771b

Please sign in to comment.