Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fleet] Custom permissions for connector package #192081

Merged
Prev Previous commit
Next Next commit
oops
jedrazb committed Sep 11, 2024
commit 8d6e206d96477d4dc99ad3d46648bf7b95400d3f
8 changes: 4 additions & 4 deletions config/kibana.yml
Original file line number Diff line number Diff line change
@@ -40,15 +40,15 @@

# =================== System: Elasticsearch ===================
# The URLs of the Elasticsearch instances to use for all your queries.
elasticsearch.hosts: ['http://localhost:9200']
#elasticsearch.hosts: ["http://localhost:9200"]

# If your Elasticsearch is protected with basic authentication, these settings provide
# the username and password that the Kibana server uses to perform maintenance on the Kibana
# index at startup. Your Kibana users still need to authenticate with Elasticsearch, which
# is proxied through the Kibana server.
elasticsearch.username: 'kibana_system'
elasticsearch.password: 'changeme'
#elasticsearch.username: "kibana_system"
#elasticsearch.password: "pass"

enterpriseSearch.host: 'http://localhost:3002'
# Kibana can also authenticate to Elasticsearch via "service account tokens".
# Service account tokens are Bearer style tokens that replace the traditional username/password based configuration.
# Use this token instead of a username/password.