Package org.graylog2.migrations
Class V202211021200_CreateDefaultIndexTemplate
java.lang.Object
org.graylog2.migrations.Migration
org.graylog2.migrations.V202211021200_CreateDefaultIndexTemplate
- All Implemented Interfaces:
Comparable<Migration>
Create initial index set default configuration based on
ElasticsearchConfiguration values.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionV202211021200_CreateDefaultIndexTemplate(ClusterConfigService clusterConfigService, IndexSetDefaultTemplateConfigFactory factory, IndexSetDefaultTemplateService indexSetDefaultTemplateService) -
Method Summary
-
Field Details
-
TEMPLATE_DESCRIPTION
- See Also:
-
-
Constructor Details
-
V202211021200_CreateDefaultIndexTemplate
@Inject public V202211021200_CreateDefaultIndexTemplate(ClusterConfigService clusterConfigService, IndexSetDefaultTemplateConfigFactory factory, IndexSetDefaultTemplateService indexSetDefaultTemplateService)
-
-
Method Details