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
* 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>
<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>
168
+
</EuiFlexItem>
169
+
</EuiFlexGroup>
170
+
)}
171
+
</Field>) : null}
172
+
</EuiFlexItem>
173
+
<EuiFlexItem>
174
+
{enabled ? (
175
+
<EuiFlexItem>
176
+
<EuiCheckbox
177
+
id={'resultIndexConditionCheckbox'}
178
+
label="Enable custom result index lifecycle management"
0 commit comments