When xpack disabled, kibana disabled with searchguard tab

Hi.

I have an issue about installing search-guard-plugin to elasticsearch and kibana.

After I added ‘xpack.security.enabled: false’ to elasticsearch.yml, I could not get searchguard tab in kibana.

I am using it on windows and build kibana version
Please check attached snap, configs and suggest.

*elasticsearch.yml configuration file

######## Start Search Guard Demo Configuration ########

WARNING: revise all the lines below before you go into production

searchguard.ssl.transport.pemcert_filepath: esnode.pem
searchguard.ssl.transport.pemkey_filepath: esnode-key.pem
searchguard.ssl.transport.pemtrustedcas_filepath: root-ca.pem
searchguard.ssl.transport.enforce_hostname_verification: false
searchguard.ssl.http.enabled: false
searchguard.ssl.http.pemcert_filepath: esnode.pem
searchguard.ssl.http.pemkey_filepath: esnode-key.pem
searchguard.ssl.http.pemtrustedcas_filepath: root-ca.pem
searchguard.allow_unsafe_democertificates: true
searchguard.allow_default_init_sgindex: true
searchguard.authcz.admin_dn:

  • CN=kirk,OU=client,O=client,L=test, C=de

searchguard.audit.type: internal_elasticsearch
searchguard.enable_snapshot_restore_privilege: true
searchguard.check_snapshot_restore_write_privileges: true
searchguard.restapi.roles_enabled: [“sg_all_access”]
cluster.routing.allocation.disk.threshold_enabled: false
cluster.name: searchguard_demo
network.host: 0.0.0.0
discovery.zen.minimum_master_nodes: 1
node.max_local_storage_nodes: 3
xpack.security.enabled: false
http.cors.allow-origin: “*”
http.cors.enabled: true
searchguard.enterprise_modules_enabled: false
######## End Search Guard Demo Configuration ########
sg_config.yml (9.4 KB)

Kibana. yml
elasticsearch.hosts: [“https://localhost:9200”]
xpack.spaces.enabled: false
xpack.security.enabled: false
elasticsearch.username: “kibanaserver”
elasticsearch.password: “kibanaserver”

In the settings for the Elasticsearch plugin, you explicitly disabled the enterprise modules:

However, the configuration GUI us an Enterprise feature which is only available if the enterprise modules are enabled.

Thanks jkressin,

Can please help me , where I need to create user and how can we manage users.

As per community version features user can able to manage the users, but without UI representation of search guard in Kibana how can we mange the internal users.

Thanks,
Praveen B

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.