From a4e771bede4e76afaddaeac1c088a247c1e92d93 Mon Sep 17 00:00:00 2001 From: Georgii Gorbachev Date: Mon, 10 May 2021 14:06:23 +0300 Subject: [PATCH] Small adjustment to the Guide to using https://kibana.siem.estc.dev/ for local development (#1104) Just added a `xpack.lists.listItemIndex` setting which is also used by the `lists` plugin. --- ...o-using-kibana-siem-estc-dev-for-local-kibana-development.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/common/running-the-security-app-on-any-branch-for-development-demos-and-testing/guide-to-using-kibana-siem-estc-dev-for-local-kibana-development.mdx b/docs/common/running-the-security-app-on-any-branch-for-development-demos-and-testing/guide-to-using-kibana-siem-estc-dev-for-local-kibana-development.mdx index 14e6ed11539f006..296144908dfb020 100644 --- a/docs/common/running-the-security-app-on-any-branch-for-development-demos-and-testing/guide-to-using-kibana-siem-estc-dev-for-local-kibana-development.mdx +++ b/docs/common/running-the-security-app-on-any-branch-for-development-demos-and-testing/guide-to-using-kibana-siem-estc-dev-for-local-kibana-development.mdx @@ -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.