Interface FailureIndexMappingFactory


public interface FailureIndexMappingFactory
A factory creating an index mapping template for the failure index. Since ES failure storage is not a part of Graylog Open, an actual implementation of this interface must be provided in a plugin.
  • Method Summary

    Modifier and Type
    Method
    Description
    failureIndexMappingFor(com.github.zafarkhaja.semver.Version elasticsearchVersion)
    Creates an index mapping template for the failure index
  • Method Details

    • failureIndexMappingFor

      IndexMappingTemplate failureIndexMappingFor(com.github.zafarkhaja.semver.Version elasticsearchVersion)
      Creates an index mapping template for the failure index
      Parameters:
      elasticsearchVersion - a target version of Elastic Search