Uses of Class
org.graylog.plugins.pipelineprocessor.rulebuilder.db.RuleFragment
Packages that use RuleFragment
Package
Description
-
Uses of RuleFragment in org.graylog.plugins.pipelineprocessor.rulebuilder
Methods in org.graylog.plugins.pipelineprocessor.rulebuilder that return types with arguments of type RuleFragmentModifier and TypeMethodDescriptionRuleBuilderRegistry.actions()Returns a map of function actions that are available for users to use in the rule builder.RuleBuilderRegistry.actionsWithInternal()Returns a map of function actions that includes internal functions.RuleBuilderRegistry.collectActions(Collection<Function<?>> functions) RuleBuilderRegistry.conditions()Returns a map of function conditions that are available for users to use in the rule builder.RuleBuilderRegistry.conditionsWithInternal()Returns a map of function conditions that includes internal functions. -
Uses of RuleFragment in org.graylog.plugins.pipelineprocessor.rulebuilder.db
Methods in org.graylog.plugins.pipelineprocessor.rulebuilder.db that return RuleFragmentModifier and TypeMethodDescriptionabstract RuleFragmentRuleFragment.Builder.build()static RuleFragmentRuleFragment.create(String id, String fragment, String fragmentOutputVariable, boolean isCondition, FunctionDescriptor descriptor) MongoDBRuleFragmentService.save(RuleFragment ruleFragment) RuleFragmentService.save(RuleFragment ruleFragment) default RuleFragmentRuleFragmentService.upsert(RuleFragment ruleFragment) Methods in org.graylog.plugins.pipelineprocessor.rulebuilder.db that return types with arguments of type RuleFragmentMethods in org.graylog.plugins.pipelineprocessor.rulebuilder.db with parameters of type RuleFragmentModifier and TypeMethodDescriptionMongoDBRuleFragmentService.save(RuleFragment ruleFragment) RuleFragmentService.save(RuleFragment ruleFragment) default RuleFragmentRuleFragmentService.upsert(RuleFragment ruleFragment) Constructor parameters in org.graylog.plugins.pipelineprocessor.rulebuilder.db with type arguments of type RuleFragmentModifierConstructorDescriptionMongoDBRuleFragmentService(JacksonDBCollection<RuleFragment, org.bson.types.ObjectId> dbCollection) -
Uses of RuleFragment in org.graylog.plugins.pipelineprocessor.rulebuilder.parser
Fields in org.graylog.plugins.pipelineprocessor.rulebuilder.parser with type parameters of type RuleFragmentModifier and TypeFieldDescriptionprotected final Map<String,RuleFragment> ActionParser.actionsprotected final Map<String,RuleFragment> ConditionParser.conditionsMethods in org.graylog.plugins.pipelineprocessor.rulebuilder.parser that return types with arguments of type RuleFragment -
Uses of RuleFragment in org.graylog.plugins.pipelineprocessor.rulebuilder.parser.validation.condition
Fields in org.graylog.plugins.pipelineprocessor.rulebuilder.parser.validation.condition with type parameters of type RuleFragmentModifier and TypeFieldDescriptionprotected final Map<String,RuleFragment> ValidCondition.conditions