Uses of Class
org.graylog2.indexer.indexset.template.IndexSetTemplateConfig
Packages that use IndexSetTemplateConfig
Package
Description
-
Uses of IndexSetTemplateConfig in org.graylog2.configuration
Methods in org.graylog2.configuration that return IndexSetTemplateConfig -
Uses of IndexSetTemplateConfig in org.graylog2.indexer.indexset.template
Methods in org.graylog2.indexer.indexset.template that return IndexSetTemplateConfigModifier and TypeMethodDescriptionabstract IndexSetTemplateConfigIndexSetTemplateConfig.Builder.build()IndexSetDefaultTemplateService.getOrCreateDefaultConfig()IndexSetTemplate.indexSetConfig()Returns the value of theindexSetConfigrecord component.IndexSetTemplateRequest.indexSetConfig()Returns the value of theindexSetConfigrecord component.Constructors in org.graylog2.indexer.indexset.template with parameters of type IndexSetTemplateConfigModifierConstructorDescriptionIndexSetTemplate(String id, String title, String description, boolean isBuiltIn, IndexSetTemplateConfig indexSetConfig) Creates an instance of aIndexSetTemplaterecord class.IndexSetTemplateRequest(String title, String description, IndexSetTemplateConfig indexSetConfig) Creates an instance of aIndexSetTemplateRequestrecord class. -
Uses of IndexSetTemplateConfig in org.graylog2.indexer.indexset.template.rest
Methods in org.graylog2.indexer.indexset.template.rest that return IndexSetTemplateConfigModifier and TypeMethodDescriptionIndexSetTemplateResponse.indexSetConfig()Returns the value of theindexSetConfigrecord component.Constructors in org.graylog2.indexer.indexset.template.rest with parameters of type IndexSetTemplateConfigModifierConstructorDescriptionIndexSetTemplateResponse(String id, String title, String description, boolean isBuiltIn, boolean isDefault, boolean enabled, String disabledReason, IndexSetTemplateConfig indexSetConfig) Creates an instance of aIndexSetTemplateResponserecord class. -
Uses of IndexSetTemplateConfig in org.graylog2.rest.resources.system.indexer
Methods in org.graylog2.rest.resources.system.indexer that return IndexSetTemplateConfig