You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: filebeat/docs/modules/salesforce.asciidoc
+1-22
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,6 @@ This file is generated! See scripts/docs_collector.py
8
8
[role="xpack"]
9
9
10
10
:modulename: salesforce
11
-
:has-dashboards: true
12
11
13
12
== Salesforce module
14
13
@@ -54,7 +53,7 @@ The Salesforce module contains the following filesets for collecting different t
54
53
The default interval for collecting logs (`var.real_time_interval` or `var.elf_interval`) is 5m/1h. Exercise caution when reducing this interval, as it directly impacts the Salesforce API rate limit of ~1000 calls per hour. Exceeding the limit will result in errors from the Salesforce API. Refer to the https://developer.salesforce.com/docs/atlas.en-us.salesforce_app_limits_cheatsheet.meta/salesforce_app_limits_cheatsheet/salesforce_app_limits_platform_api.htm[Salesforce API Rate Limit] documentation for more details.
55
54
====
56
55
57
-
== Set up the OAuth App in the Salesforce
56
+
=== Set up the OAuth App in the Salesforce
58
57
59
58
In order to use this integration, users need to create a new Salesforce Application using OAuth. Follow the steps below to create a connected application in Salesforce:
60
59
@@ -545,24 +544,6 @@ Interval for collecting EventLogFile logs, e.g. 1h or 5m.
545
544
546
545
Either "Hourly" or "Daily". The time interval of each log file from EventLogFile.
547
546
548
-
[float]
549
-
=== Example dashboards
550
-
551
-
The Salesforce module includes several predefined dashboards:
552
-
553
-
- Login Dashboard: Visualizes login activity and trends.
554
-
- Logout Dashboard: Visualizes logout activity and trends.
555
-
- Apex Dashboard: Visualizes Apex executions and errors.
556
-
- Setup Audit Trail Dashboard: Shows changes made in the Setup area.
Access these dashboards in Kibana by going to Management -> Kibana -> Dashboards and searching for "Salesforce".
565
-
566
547
[float]
567
548
=== Troubleshooting
568
549
@@ -577,8 +558,6 @@ Verify the `var.url` is correct. Check that the user credentials are valid and h
577
558
*Not seeing any data*::
578
559
Check the Elastic Agent logs for errors. Verify the module configuration is correct, the filesets are enabled, and the intervals are reasonable. Confirm there is log activity in Salesforce for the log types being collected.
Copy file name to clipboardexpand all lines: x-pack/filebeat/module/salesforce/_meta/docs.asciidoc
+1-22
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
[role="xpack"]
2
2
3
3
:modulename: salesforce
4
-
:has-dashboards: true
5
4
6
5
== Salesforce module
7
6
@@ -47,7 +46,7 @@ The Salesforce module contains the following filesets for collecting different t
47
46
The default interval for collecting logs (`var.real_time_interval` or `var.elf_interval`) is 5m/1h. Exercise caution when reducing this interval, as it directly impacts the Salesforce API rate limit of ~1000 calls per hour. Exceeding the limit will result in errors from the Salesforce API. Refer to the https://developer.salesforce.com/docs/atlas.en-us.salesforce_app_limits_cheatsheet.meta/salesforce_app_limits_cheatsheet/salesforce_app_limits_platform_api.htm[Salesforce API Rate Limit] documentation for more details.
48
47
====
49
48
50
-
== Set up the OAuth App in the Salesforce
49
+
=== Set up the OAuth App in the Salesforce
51
50
52
51
In order to use this integration, users need to create a new Salesforce Application using OAuth. Follow the steps below to create a connected application in Salesforce:
53
52
@@ -538,24 +537,6 @@ Interval for collecting EventLogFile logs, e.g. 1h or 5m.
538
537
539
538
Either "Hourly" or "Daily". The time interval of each log file from EventLogFile.
540
539
541
-
[float]
542
-
=== Example dashboards
543
-
544
-
The Salesforce module includes several predefined dashboards:
545
-
546
-
- Login Dashboard: Visualizes login activity and trends.
547
-
- Logout Dashboard: Visualizes logout activity and trends.
548
-
- Apex Dashboard: Visualizes Apex executions and errors.
549
-
- Setup Audit Trail Dashboard: Shows changes made in the Setup area.
Access these dashboards in Kibana by going to Management -> Kibana -> Dashboards and searching for "Salesforce".
558
-
559
540
[float]
560
541
=== Troubleshooting
561
542
@@ -570,8 +551,6 @@ Verify the `var.url` is correct. Check that the user credentials are valid and h
570
551
*Not seeing any data*::
571
552
Check the Elastic Agent logs for errors. Verify the module configuration is correct, the filesets are enabled, and the intervals are reasonable. Confirm there is log activity in Salesforce for the log types being collected.
0 commit comments