Hi All,
I'm using docker-compose to deploy 5 elastic nodes and 1 kibana. I followed the guide here:
Additionally, I have set the following fields:
xpack.encryptedSavedObjects.encryptionKey:
xpack.reporting.encryptionKey:
xpack.security.encryptionKey:
I've seen a couple guides for troubleshooting the detection tab but I don't see how to troubleshoot the results. I created a role with 'all' Kibana permissions and assigned this role along with Superuser to a test account. I still receive the error:
"Let’s set up your detection engine
To use the detection engine, a user with the required cluster and index privileges must first access this page. You need permissions for the signals index. For more help, contact your Elastic Stack administrator."
The results of looking into the network console as the tab loads looks like the following:
{listItems: {username: "user", has_all_requested: false,…},…}
is_authenticated: true
listItems: {username: "user", has_all_requested: false,…}
application: {}
cluster: {monitor_ml: true, manage_ccr: true, manage_index_templates: true, monitor_watcher: true,…}
all: true
create_snapshot: true
manage: true
manage_api_key: true
manage_ccr: true
manage_ilm: true
manage_index_templates: true
manage_ingest_pipelines: true
manage_ml: true
manage_own_api_key: false
manage_pipeline: true
manage_rollup: true
manage_saml: true
manage_security: true
manage_token: true
manage_transform: true
manage_watcher: true
monitor: true
monitor_ml: true
monitor_rollup: true
monitor_transform: true
monitor_watcher: true
read_ccr: true
read_ilm: true
transport_client: true
has_all_requested: false
index: {,…}
.items-default: {all: true, manage_ilm: true, read: true, create_index: true, read_cross_cluster: true, index: true,…}
all: true
create: true
create_doc: true
create_index: true
delete: true
delete_index: true
index: true
maintenance: true
manage: true
manage_follow_index: true
manage_ilm: true
manage_leader_index: true
monitor: true
read: true
read_cross_cluster: true
view_index_metadata: true
write: true
username: "user"
lists: {username: "user", has_all_requested: false,…}
application: {}
cluster: {monitor_ml: true, manage_ccr: true, manage_index_templates: true, monitor_watcher: true,…}
all: true
create_snapshot: true
manage: true
manage_api_key: true
manage_ccr: true
manage_ilm: true
manage_index_templates: true
manage_ingest_pipelines: true
manage_ml: true
manage_own_api_key: false
manage_pipeline: true
manage_rollup: true
manage_saml: true
manage_security: true
manage_token: true
manage_transform: true
manage_watcher: true
monitor: true
monitor_ml: true
monitor_rollup: true
monitor_transform: true
monitor_watcher: true
read_ccr: true
read_ilm: true
transport_client: true
has_all_requested: false
index: {,…}
.lists-default: {all: true, manage_ilm: true, read: true, create_index: true, read_cross_cluster: true, index: true,…}
all: true
create: true
create_doc: true
create_index: true
delete: true
delete_index: true
index: true
maintenance: true
manage: true
manage_follow_index: true
manage_ilm: true
manage_leader_index: true
monitor: true
read: true
read_cross_cluster: true
view_index_metadata: true
write: true
username: "user"
I appreciate any help.
Thank you