Package | Description |
---|---|
com.splunk |
Modifier and Type | Class and Description |
---|---|
class |
EvalDataModelCalculation
Represents a calculation on a data model object done by an eval.
|
class |
GeoIPDataModelCalculation
Represents a GeoIP lookup on a data model object, which uses an input
field to add geographic information to the output.
|
class |
LookupDataModelCalculation
Represents a lookup calculation on a data model object.
|
class |
RegexpDataModelCalculation
Represents a calculation on a data model object done by a regular expression.
|
Modifier and Type | Method and Description |
---|---|
DataModelCalculation |
DataModelObject.getCalculation(String calculationId)
Fetch a calculation by its unique ID.
|
Modifier and Type | Method and Description |
---|---|
Map<String,DataModelCalculation> |
DataModelObject.getCalculations()
Return the calculations done by this data model object to produce fields.
|
Copyright © 2022 Splunk, Inc.. All rights reserved.