Class FsHealthService

org.elasticsearch.common.component.AbstractLifecycleComponent
org.elasticsearch.monitor.fs.FsHealthService
All Implemented Interfaces:
, , LifecycleComponent, org.elasticsearch.core.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 > ENABLED_SETTING
    • REFRESH_INTERVAL_SETTING

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

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

  • Method Details