You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user/admin/settings.rst
-56Lines changed: 0 additions & 56 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -300,62 +300,6 @@ Result set::
300
300
301
301
Note: the legacy settings of ``opendistro.ppl.query.memory_limit`` is deprecated, it will fallback to the new settings if you request an update with the legacy name.
302
302
303
-
304
-
plugins.sql.delete.enabled
305
-
======================
306
-
307
-
Description
308
-
-----------
309
-
310
-
By default, DELETE clause disabled. You can enable DELETE clause by this setting.
311
-
312
-
1. The default value is false.
313
-
2. This setting is node scope.
314
-
3. This setting can be updated dynamically.
315
-
316
-
317
-
Example 1
318
-
---------
319
-
320
-
You can update the setting with a new value like this.
321
-
322
-
SQL query::
323
-
324
-
sh$ curl -sS -H 'Content-Type: application/json' -X PUT localhost:9200/_plugins/_query/settings \
0 commit comments