Uses of Class
org.graylog2.indexer.indexset.CustomFieldMappings
Packages that use CustomFieldMappings
Package
Description
-
Uses of CustomFieldMappings in org.graylog2.indexer
Methods in org.graylog2.indexer with parameters of type CustomFieldMappingsModifier and TypeMethodDescriptionIndexMapping.fieldProperties(String analyzer, CustomFieldMappings customFieldMappings) protected Template.MappingsIndexMapping.mapping(String analyzer, CustomFieldMappings customFieldMappings) protected Template.MappingsIndexMapping7.mapping(String analyzer, CustomFieldMappings customFieldMappings) IndexMapping.messageMapping(String analyzer, CustomFieldMappings customFieldMappings) IndexMapping.messageTemplate(String indexPattern, String analyzer, Long order, CustomFieldMappings customFieldMappings) -
Uses of CustomFieldMappings in org.graylog2.indexer.fieldtypes.utils
Methods in org.graylog2.indexer.fieldtypes.utils with parameters of type CustomFieldMappingsModifier and TypeMethodDescriptionFieldTypeDTOsMerger.merge(Collection<FieldTypeDTO> fromNewerIndex, Collection<FieldTypeDTO> fromOlderIndex, CustomFieldMappings customFieldMappings, IndexFieldTypeProfile profile) -
Uses of CustomFieldMappings in org.graylog2.indexer.indexset
Methods in org.graylog2.indexer.indexset that return CustomFieldMappingsModifier and TypeMethodDescriptionabstract CustomFieldMappingsIndexSetConfig.customFieldMappings()IndexSetMappingTemplate.customFieldMappings()Returns the value of thecustomFieldMappingsrecord component.CustomFieldMappings.mergeWith(CustomFieldMapping changedMapping) CustomFieldMappings.mergeWith(CustomFieldMappings changedMappings) Methods in org.graylog2.indexer.indexset with parameters of type CustomFieldMappingsModifier and TypeMethodDescriptionstatic IndexSetConfigIndexSetConfig.create(String id, @NotBlank String title, String description, Boolean isWritable, Boolean isRegular, @Pattern(regexp="^[a-z0-9][a-z0-9_+-]*$") String indexPrefix, String indexMatchPattern, String indexWildcard, @jakarta.validation.constraints.Min(1L) int shards, @jakarta.validation.constraints.Min(0L) int replicas, String rotationStrategyClass, RotationStrategyConfig rotationStrategy, String retentionStrategyClass, RetentionStrategyConfig retentionStrategy, @NotNull ZonedDateTime creationDate, String indexAnalyzer, String indexTemplateName, String indexTemplateType, Integer maxNumSegments, Boolean indexOptimizationDisabled, org.joda.time.Duration fieldTypeRefreshInterval, CustomFieldMappings customFieldMappings, @ValidObjectId String fieldTypeProfile, DataTieringConfig dataTiering) abstract IndexSetConfig.BuilderIndexSetConfig.Builder.customFieldMappings(CustomFieldMappings customFieldMappings) CustomFieldMappings.mergeWith(CustomFieldMappings changedMappings) Constructors in org.graylog2.indexer.indexset with parameters of type CustomFieldMappingsModifierConstructorDescriptionIndexSetMappingTemplate(String indexAnalyzer, String indexWildcard, CustomFieldMappings customFieldMappings) Creates an instance of aIndexSetMappingTemplaterecord class. -
Uses of CustomFieldMappings in org.graylog2.indexer.indexset.profile
Methods in org.graylog2.indexer.indexset.profile that return CustomFieldMappingsModifier and TypeMethodDescriptionIndexFieldTypeProfile.customFieldMappings()Returns the value of thecustomFieldMappingsrecord component.IndexFieldTypeProfileData.customFieldMappings()Returns the value of thecustomFieldMappingsrecord component.Constructors in org.graylog2.indexer.indexset.profile with parameters of type CustomFieldMappingsModifierConstructorDescriptionIndexFieldTypeProfile(String id, String name, String description, CustomFieldMappings customFieldMappings) Creates an instance of aIndexFieldTypeProfilerecord class.IndexFieldTypeProfileData(String name, String description, CustomFieldMappings customFieldMappings) Creates an instance of aIndexFieldTypeProfileDatarecord class.