Skip to content

Commit 9d19e4b

Browse files
John Dorluskibanamachine
andauthored
Forward Port 7.11 autocomplete definitions to 7.x (#89677)
* First half of overrides completed and thoroughly tested. * Added ml upgrade job snapshot overrides. * Added overrides for searchable snapshots and also fixed the EQL wait for completion parameter to default to false per the docs. * Added grant api key API overrides and tested them. Co-authored-by: Kibana Machine <[email protected]>
1 parent 75c6e12 commit 9d19e4b

File tree

6 files changed

+68
-0
lines changed

6 files changed

+68
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"eql.search": {
3+
"data_autocomplete_rules": {
4+
"event_category_field": "",
5+
"fetch_size": 1000,
6+
"filter": "",
7+
"keep_alive": "",
8+
"keep_on_completion": true,
9+
"query": "",
10+
"size": 10,
11+
"tiebreaker_field": "",
12+
"timestamp_field": "",
13+
"wait_for_completion_timeout": ""
14+
}
15+
}
16+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"ml.estimate_model_memory": {
3+
"data_autocomplete_rules": {
4+
"analysis_config": {},
5+
"max_bucket_cardinality": {},
6+
"overall_cardinality": {}
7+
}
8+
}
9+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"ml.update_data_frame_analytics": {
3+
"data_autocomplete_rules": {
4+
"allow_lazy_start": false,
5+
"description": "",
6+
"max_num_threads": 1,
7+
"model_memory_limit": "1gb"
8+
}
9+
}
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"ml.upgrade_job_snapshot": {
3+
"url_params": {
4+
"job_id": "",
5+
"snapshot_id": "",
6+
"timeout": "",
7+
"wait_for_completion_timeout": "__flag__"
8+
}
9+
}
10+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"searchable_snapshots.mount": {
3+
"data_autocomplete_rules": {
4+
"wait_for_completion": false,
5+
"master_timeout": ""
6+
}
7+
}
8+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"security.grant_api_key": {
3+
"data_autocomplete_rules": {
4+
"access_token": "",
5+
"api_key": {
6+
"expiration": "",
7+
"name": "",
8+
"role_descriptors": {}
9+
},
10+
"grant_type": "access_token",
11+
"password": "",
12+
"username": ""
13+
}
14+
}
15+
}

0 commit comments

Comments
 (0)