Questions tagged [eventlogfile]
Object / Functionality to gather & analyze Salesforce organization’s operational events
63 questions
2 votes
1 answer
472 views
Event log file showing unknown userID
Trying to understand API total usage data from Event log files. API_Resource: /v31.0/licensing/tenants/orgID/usage. API_version: 31 There's callouts everyday from USER_ID not in our org. Could this be ...
0 votes
0 answers
42 views
Event Log API for getting the Opportunities created and modified
Is there any way i Can get a list of users who have created or modified any Standard object like Opportunities or Accounts and Custom Objects through the Event log API? The List of events given in the ...
1 vote
0 answers
404 views
How to download Up to 1 Year of Event Log Files
I am trying to download the event log files with up to 1 year of data but its showing data for only 1 month. I have enabled Retain event log files in Event Monitoring Settings and updated the ...
1 vote
1 answer
703 views
Not able to find EventSettings Metadata API type to set retention period for the event logs
I am following this documentation: https://help.salesforce.com/s/articleView?id=release-notes.rn_security_em_download_elf.htm&release=250&type=5 I have enabled Retain event log files in Event ...
0 votes
1 answer
486 views
Retrieve log from API calls from external system to SFMC
Is there a way to have log on the API calls made to insert data in SFMC's data extension from external system ? We do have a daily call which integrate data to a data extension and I would like to ...
0 votes
0 answers
509 views
Salesforce Event Log for ApexExecution: cpu_time vs exec_time vs run_time
I'm currently working on an initiative to implement a Log Analysis tool for our organization to ingest the Platform/Logfile Event logs from Salesforce and be able to sort/analyze them over a longer ...
0 votes
1 answer
84 views
Analytics Studio Shows a Blank Row with the Highest Count on LightningInteraction Dataset
Having two questions on the Lens created based on LightningInteraction dataset in Analytics Studio. The highest count row for COMPONENT_NAME bar shows the component name as blank. Does anyone knows ...
-1 votes
1 answer
1k views
Track Login and Logout Time of Every User In Salesforce and Community Users
For tracking login and logout of every user, people says to buy Event Monitoring licenses. We are not thinking to buy the licenses of event monitoring as we just wanted to track 2 event login and ...
0 votes
1 answer
2k views
How to read EventLogFile without using Salesforce ELF Browser?
I need to read the Salesforce EventLogFile logs. I tried to connect to the Salesforce ELF Browser but it is not working for me, as it just shows this error every time I login: We're sorry, but ...
0 votes
1 answer
534 views
Einstein Analytics / Analytics Studio (Tableau) - Accessing Event Logs for Flow Executions
We are looking into using the Analytics Studio (Tableau) to create dashboards related to System Performance. One item we'd like to drill down further is the runtime on automations (WFRs, PBs, Flows, ...
2 votes
1 answer
188 views
Reconciling EventLog ApiTotalUsage with RestApi
Summer 23 rolling around and time to verify we don't have any legacy APIs at Version 21-30 (which are being retired) Per instructions, I used the EventLogFile Browser to create a CSV and from there, I ...
0 votes
1 answer
68 views
AppExchange Package Usage Info
I am looking for any API or Standard object or any way through which we can get Usage or Sign-in events for packages installed from AppExchange by the users in my Organization. How can I get this ...
0 votes
0 answers
102 views
Unrecognised USER_ID value in response body when querying Event Log Files
As per the steps outlined here, I have been querying the EventLogFiles and I can see that the response body has an attribute called USER_ID as per the docs. However, the user Id (it starts with 005) ...
0 votes
1 answer
239 views
Event Log - SESSION_KEY is null
It seems the LOGIN_KEY and SESSION_KEY are the fields used to tie the events together for a particular user session However it is still a bit unclear what the relationship between those are If the ...
0 votes
1 answer
193 views
EventLogFile for Change Set Operation
We want to log Events for all change set deployment. As per documentation we can use Change Set Operation Event Type but there is no event in Event Monitor to log it.. Right now EventLogFile object ...