Hi,
I'm looking Security Use case on Salesforce application. Request to suggest if any please.
Regards
BT
I'm trying understand the below query to implement. what would be the expected result .
Any idea about this query.
ROWS_PROCESSED>0 EVENT_TYPE=API OR EVENT_TYPE=BulkAPI OR EVENT_TYPE=RestAPI |lookup lookup_sfdc_usernames USER_ID |bucket _time span=1d |stats sum(ROWS_PROCESSED) AS rows BY _time Username |stats count AS num_data_samples max(eval(if(_time >= relative_time(maxtime, "-1d@d"), 'rows',null))) AS rows avg(eval(if(_time<relative_time(maxtime,"-1d@d"),'rows',null))) AS avg stdev(eval(if(_time<relative_time(maxtime,"-1d@d"),'rows',null))) AS stdev BY Username |eval lowerBound=(avg-stdev*2), upperBound=(avg+stdev*2) |where 'rows' > upperBound AND num_data_samples >=7
on that same link, they have given a good search explanation. may i know if you read it.. may i know what confusion you have after reading that, thanks.
Hi @tv00638481
Please check these things...
This is from Splunk Employee gschatz ....For an example of a SBF use case, see how the Otto group reduces system complexity with Splunk Business Flow. https://www.splunk.com/en_us/customers/success-stories/sbf-otto-group.html
Splunk App for Salesforce - will be helpful for data onboarding and dashboards.
https://splunkbase.splunk.com/app/1931/
https://www.splunk.com/en_us/blog/partners/monitor-salesforce-s-real-time-events-with-splunk.html
Thank you, sir, for the inputs share. Will come back if something needed.