Class OTXIPLookupFunction
java.lang.Object
org.graylog.plugins.pipelineprocessor.ast.functions.AbstractFunction<R>
org.graylog.plugins.threatintel.functions.misc.LookupTableFunction<OTXLookupResult>
org.graylog.plugins.threatintel.functions.otx.OTXIPLookupFunction
- All Implemented Interfaces:
Function<OTXLookupResult>
-
Field Summary
FieldsFields inherited from interface org.graylog.plugins.pipelineprocessor.ast.functions.Function
ERROR_FUNCTION, log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevaluate(FunctionArgs args, EvaluationContext context) protected OTXLookupResultlookupDomain(String domain) protected OTXLookupResultMethods inherited from class org.graylog.plugins.pipelineprocessor.ast.functions.AbstractFunction
preComputeConstantArgumentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.graylog.plugins.pipelineprocessor.ast.functions.Function
preprocessArgs
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
OTXIPLookupFunction
-
-
Method Details
-
evaluate
-
descriptor
-
lookupIP
-
lookupDomain
-