mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
cdfe0f1f5a
This reverts commit elastic/x-pack-elasticsearch@cc79e19911. We'll merge this when we're good and ready. Original commit: elastic/x-pack-elasticsearch@b3ef4f2836
18 lines
409 B
Plaintext
18 lines
409 B
Plaintext
[role="xpack"]
|
|
[[sql-settings]]
|
|
=== SQL Access Settings in Elasticsearch
|
|
++++
|
|
<titleabbrev>SQL Access Settings</titleabbrev>
|
|
++++
|
|
|
|
SQL Access is enabled by default when you install {xpack}. You can configure
|
|
these SQL Access settings in the `elasticsearch.yml` file.
|
|
|
|
[float]
|
|
[[general-sql-settings]]
|
|
==== General SQL Access Settings
|
|
`xpack.sql.enabled`::
|
|
Set to `false` to disable SQL Access on the node.
|
|
|
|
|