Package | Description |
---|---|
com.splunk |
Modifier and Type | Method and Description |
---|---|
DataModelField |
DataModelObject.getField(String fieldName)
Fetch a single field of a given name from this data model object.
|
DataModelField |
DataModelCalculation.getGeneratedField(String fieldName) |
static DataModelField |
DataModelField.parse(com.google.gson.JsonElement fieldJson) |
Modifier and Type | Method and Description |
---|---|
Collection<DataModelField> |
DataModelObject.getAutoExtractedFields()
Get a collection of objects specifying all the fields that were automatically extracted
from events (as opposed to generated by calculations in a data model).
|
Collection<DataModelField> |
DataModelObject.getFields()
Return all the fields, whether input or created by calculations.
|
Collection<DataModelField> |
DataModelCalculation.getGeneratedFields() |
Constructor and Description |
---|
DataModelCalculation(String[] ownerLineage,
String calculationID,
Map<String,DataModelField> generatedFields,
String comment,
boolean editable) |
EvalDataModelCalculation(String[] owner,
String calculationID,
Map<String,DataModelField> generatedFields,
String comment,
boolean editable,
String expression) |
Copyright © 2022 Splunk, Inc.. All rights reserved.