Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
[FIX] REMOVED ' ESCAPING FROM ELASTIC CONFIG. (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Hrynchanka authored Aug 19, 2019
1 parent 7c763d4 commit 0b9e03c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frameworks/elastic/universe/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@
"default": ""
},
"script_painless_regex_enabled": {
"description": "Regexes are disabled by default because they circumvent Painless\u2019s protection against long running and memory hungry scripts. Set true to enable.",
"description": "Regexes are disabled by default because they circumvent Painless's protection against long running and memory hungry scripts. Set true to enable.",
"type": "boolean",
"default": false
},
Expand Down Expand Up @@ -1262,7 +1262,7 @@
"default": 0
},
"xpack_ml_max_machine_memory_percent": {
"description": "The maximum percentage of the machine\u2019s memory that machine learning may use for running analytics processes. (These processes are separate to the Elasticsearch JVM.) Defaults to 30 percent.",
"description": "The maximum percentage of the machine's memory that machine learning may use for running analytics processes. (These processes are separate to the Elasticsearch JVM.) Defaults to 30 percent.",
"type": "integer",
"default": 30
},
Expand Down

0 comments on commit 0b9e03c

Please sign in to comment.