Skip to content

Commit

Permalink
Elasticsearch .url config option was deprecated. Use .hosts instead. …
Browse files Browse the repository at this point in the history
  • Loading branch information
sergibondarenko authored and floragunn committed Apr 29, 2019
1 parent 27c4cdb commit 1f1cab0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ If you've used the demo configuration to initializing Search Guard as outlined a

```yaml
# Use HTTPS instead of HTTP
elasticsearch.url: "https://localhost:9200"
elasticsearch.hosts: ["https://localhost:9200"]

# Configure the Kibana internal server user
elasticsearch.username: "kibanaserver"
Expand Down Expand Up @@ -191,4 +191,4 @@ For fine-grained access control on document- and field level, use the Search Gua

If you need to stay compliant with security regulations like GDPR, HIPAA, PCI, ISO or SOX, use the [Search Guard Audit Logging](auditlogging.md) to generate and store audit trails.

And if you need to support multiple tenants in Kibana, use [Kibana Multitenancy](kibana_multitenancy.md) to separate Visualizations and Dashboards by tenant.
And if you need to support multiple tenants in Kibana, use [Kibana Multitenancy](kibana_multitenancy.md) to separate Visualizations and Dashboards by tenant.
2 changes: 1 addition & 1 deletion _docs/quickstart_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ If you've used the demo configuration to initializing Search Guard as outlined a

```yaml
# Use HTTPS instead of HTTP
elasticsearch.url: "https://localhost:9200"
elasticsearch.hosts: ["https://localhost:9200"]

# Configure the Kibana internal server user
elasticsearch.username: "kibanaserver"
Expand Down

0 comments on commit 1f1cab0

Please sign in to comment.