I need to fetch data from salesforce in Splunk using Splunk Connector,
'Order By' is mandatory in Splunk and but it does not support 'Order By desc'.
I need to sort the data in Order By Desc only.
Any way to do it in connector.Please suggest
try | sort 0 _time
OR | reverse
do you mean to say query will be like this..
select id from account sort 0_time OR
select id from account reverse
If this question is not related SPL, I'm sorry.
This's not SOQL.