|
@@ -126,9 +126,9 @@
|
|
|
source: { index: "index-source" }
|
|
|
analysis: { outlier_detection: {} }
|
|
|
- match:
|
|
|
- memory_estimation.expected_memory_without_disk: / \dkb /
|
|
|
+ memory_estimation.expected_memory_without_disk: / \d[km]b /
|
|
|
- match:
|
|
|
- memory_estimation.expected_memory_with_disk: / \dkb /
|
|
|
+ memory_estimation.expected_memory_with_disk: / \d[km]b /
|
|
|
- length: { field_selection: 2 }
|
|
|
- match: { field_selection.0.name: "x" }
|
|
|
- match: { field_selection.0.mapping_types: ["float"] }
|
|
@@ -156,9 +156,9 @@
|
|
|
source: { index: "index-source" }
|
|
|
analysis: { outlier_detection: {} }
|
|
|
- match:
|
|
|
- memory_estimation.expected_memory_without_disk: / \dkb /
|
|
|
+ memory_estimation.expected_memory_without_disk: / \d[km]b /
|
|
|
- match:
|
|
|
- memory_estimation.expected_memory_with_disk: / \dkb /
|
|
|
+ memory_estimation.expected_memory_with_disk: / \d[km]b /
|
|
|
|
|
|
- do:
|
|
|
index:
|
|
@@ -173,9 +173,9 @@
|
|
|
source: { index: "index-source" }
|
|
|
analysis: { outlier_detection: {} }
|
|
|
- match:
|
|
|
- memory_estimation.expected_memory_without_disk: / \dkb /
|
|
|
+ memory_estimation.expected_memory_without_disk: / \d[km]b /
|
|
|
- match:
|
|
|
- memory_estimation.expected_memory_with_disk: / \dkb /
|
|
|
+ memory_estimation.expected_memory_with_disk: / \d[km]b /
|
|
|
|
|
|
---
|
|
|
"Test field_selection given body":
|