Commit a8007d7f authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Deshabilita monitoring, impide loguear como server

parent ecf4f5e5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2,5 +2,6 @@ server.host: "0"
xpack.monitoring.ui.container.elasticsearch.enabled: true
xpack.watcher.enabled: false
xpack.spaces.enabled: false
searchguard.basicauth.forbidden_usernames: ["kibanaserver"]
searchguard.auth.anonymous_auth_enabled: true
searchguard.readonly_mode.roles: ["sg_anonymous_backendrole"]
+1 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ services:
      - XPACK_APM_ENABLED=false
      - XPACK_INFRA_ENABLED=false
      - XPACK_LOGSTASH_ENABLED=false
      - XPACK_MONITORING_ENABLED=false
      - ELASTICSEARCH_URL
      - ELASTICSEARCH_USERNAME
      - ELASTICSEARCH_PASSWORD