Skip to content

Commit

Permalink
removing ml-state index from archive
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Sep 10, 2020
1 parent 2f4d059 commit 09ec288
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 111 deletions.
4 changes: 4 additions & 0 deletions x-pack/test/apm_api_integration/trial/archives_metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ export default {
start: '2020-09-09T06:11:22.998Z',
end: '2020-09-09T06:41:22.998Z',
},
'ml_8.0.0': {
start: '2020-08-26T11:00:00.000Z',
end: '2020-08-26T11:30:00.000Z',
},
};
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,84 +1,3 @@
{
"type": "index",
"value": {
"aliases": {
".ml-annotations-read": {
"is_hidden": true
},
".ml-annotations-write": {
"is_hidden": true
}
},
"index": ".ml-annotations-6",
"mappings": {
"_meta": {
"version": "8.0.0"
},
"properties": {
"annotation": {
"type": "text"
},
"by_field_name": {
"type": "keyword"
},
"by_field_value": {
"type": "keyword"
},
"create_time": {
"type": "date"
},
"create_username": {
"type": "keyword"
},
"detector_index": {
"type": "integer"
},
"end_timestamp": {
"type": "date"
},
"event": {
"type": "keyword"
},
"job_id": {
"type": "keyword"
},
"modified_time": {
"type": "date"
},
"modified_username": {
"type": "keyword"
},
"over_field_name": {
"type": "keyword"
},
"over_field_value": {
"type": "keyword"
},
"partition_field_name": {
"type": "keyword"
},
"partition_field_value": {
"type": "keyword"
},
"timestamp": {
"type": "date"
},
"type": {
"type": "keyword"
}
}
},
"settings": {
"index": {
"auto_expand_replicas": "0-1",
"hidden": "true",
"number_of_replicas": "1",
"number_of_shards": "1"
}
}
}
}

{
"type": "index",
"value": {
Expand All @@ -98,6 +17,9 @@
".ml-anomalies-.write-auto_http_0x73c4bc9426fb6908_high_latency_by_geo": {
"is_hidden": true
},
".ml-anomalies-.write-auto_http_0xa1e2426c5b01459d_high_latency_by_geo": {
"is_hidden": true
},
".ml-anomalies-.write-kibana-logs-ui-default-default-log-entry-categories-count": {
"is_hidden": true
},
Expand Down Expand Up @@ -159,6 +81,17 @@
},
"is_hidden": true
},
".ml-anomalies-auto_http_0xa1e2426c5b01459d_high_latency_by_geo": {
"filter": {
"term": {
"job_id": {
"boost": 1,
"value": "auto_http_0xa1e2426c5b01459d_high_latency_by_geo"
}
}
},
"is_hidden": true
},
".ml-anomalies-kibana-logs-ui-default-default-log-entry-categories-count": {
"filter": {
"term": {
Expand Down Expand Up @@ -1201,36 +1134,6 @@
}
}

{
"type": "index",
"value": {
"aliases": {
".ml-state-write": {
"is_hidden": true
}
},
"index": ".ml-state-000001",
"mappings": {
"_meta": {
"version": "8000099"
},
"enabled": false
},
"settings": {
"index": {
"auto_expand_replicas": "0-1",
"hidden": "true",
"lifecycle": {
"name": "ml-size-based-ilm-policy",
"rollover_alias": ".ml-state-write"
},
"number_of_replicas": "1",
"number_of_shards": "1"
}
}
}
}

{
"type": "index",
"value": {
Expand Down Expand Up @@ -63034,6 +62937,14 @@
"scaling_factor": 1000000,
"type": "scaled_float"
},
"firstContentfulPaint": {
"scaling_factor": 1000000,
"type": "scaled_float"
},
"largestContentfulPaint": {
"scaling_factor": 1000000,
"type": "scaled_float"
},
"timeToFirstByte": {
"scaling_factor": 1000000,
"type": "scaled_float"
Expand Down

0 comments on commit 09ec288

Please sign in to comment.