Module org.elasticsearch.xcore
Class MonitoringField
java.lang.Object
org.elasticsearch.xpack.core.monitoring.MonitoringField
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Setting<org.elasticsearch.core.TimeValue> The default retention duration of the monitoring history data.static final org.elasticsearch.core.TimeValueThe minimum amount of time allowed for the history duration. -
Method Summary
-
Field Details
-
HISTORY_DURATION_MINIMUM
public static final org.elasticsearch.core.TimeValue HISTORY_DURATION_MINIMUMThe minimum amount of time allowed for the history duration. -
HISTORY_DURATION
The default retention duration of the monitoring history data.Expected values:
- Default: 7 days
- Minimum: 1 day
- See Also:
-