Class FsHealthService

java.lang.Object
org.elasticsearch.common.component.AbstractLifecycleComponent
org.elasticsearch.monitor.fs.FsHealthService
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable, LifecycleComponent, org.elasticsearch.common.lease.Releasable, NodeHealthService

public class FsHealthService
extends AbstractLifecycleComponent
implements NodeHealthService
Runs periodically and attempts to create a temp file to see if the filesystem is writable. If not then it marks the path as unhealthy.
  • Field Details

    • ENABLED_SETTING

      public static final Setting<java.lang.Boolean> ENABLED_SETTING
    • REFRESH_INTERVAL_SETTING

      public static final Setting<org.elasticsearch.common.unit.TimeValue> REFRESH_INTERVAL_SETTING
    • SLOW_PATH_LOGGING_THRESHOLD_SETTING

      public static final Setting<org.elasticsearch.common.unit.TimeValue> SLOW_PATH_LOGGING_THRESHOLD_SETTING
  • Constructor Details

  • Method Details