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
backport flatten result index related change into 2.x (#968)
* Add Enable Flattened custom result index checkbox (#830)
* Add Enable Flattened custom result index checkbox
Signed-off-by: Jackie Han <jkhanjob@gmail.com>
* add hint text
Signed-off-by: Jackie Han <jkhanjob@gmail.com>
---------
Signed-off-by: Jackie Han <jkhanjob@gmail.com>
* update snapshots
Signed-off-by: Jackie Han <hnyng@amazon.com>
---------
Signed-off-by: Jackie Han <jkhanjob@gmail.com>
Signed-off-by: Jackie Han <hnyng@amazon.com>
<pstyle={hintTextStyle}>Flattening the custom result index will make it easier to query them on the dashboard. It also allows you to perform term aggregations on categorical fields.</p>
178
+
</EuiFlexItem>
179
+
</EuiFlexGroup>
180
+
)}
181
+
</Field>) : null}
182
+
</EuiFlexItem>
183
+
<EuiFlexItem>
184
+
{enabled ? (
185
+
<EuiFlexItem>
186
+
<EuiCompressedCheckbox
187
+
id={'resultIndexConditionCheckbox'}
188
+
label="Enable custom result index lifecycle management"
0 commit comments