Application Framework Reference

Splunk API

absorbIntentions()

The absorbIntentions() method uses the Parser REST endpoint to flatten the baseSearch and intentions array into a flattened search string, stored in fullSearchWithIntentions .

Synopsis

results = absorbIntentions( onSuccess , onFailure )

Parameters

onSuccess

Function

(Optional) Function to call upon successful operation.

onFailure

Function

(Optional) Function to call upon unsuccessful operation.

Return Value

Undefined

Throws

this._baseSearch + " is not a search"

Example

   this.absorbIntentions();
 

See Also

addIntention()
clearIntentions()
dispatchJob()
getIntentionReference()
hasIntentions()
popIntention()
sendToView()
setIntentions()