Class FileSettingsHealthTracker

java.lang.Object
org.elasticsearch.health.node.tracker.HealthTracker<FileSettingsHealthInfo>
org.elasticsearch.health.node.tracker.FileSettingsHealthTracker

public class FileSettingsHealthTracker extends HealthTracker<FileSettingsHealthInfo>
Houses the current FileSettingsHealthInfo and provides a means to publish it to the health node.
  • Field Details

    • DESCRIPTION_LENGTH_LIMIT_KEY

      public static final String DESCRIPTION_LENGTH_LIMIT_KEY
      We want a length limit so we don't blow past the indexing limit in the case of a long description string. This is an OperatorDynamic setting so that if the truncation hampers troubleshooting efforts, the operator could override it and retry the operation without necessarily restarting the cluster.
      See Also:
  • Constructor Details

    • FileSettingsHealthTracker

      public FileSettingsHealthTracker(Settings settings)
  • Method Details