Skip to content

Commit c7829d3

Browse files
kush-elasticshmsr
andauthored
x-pack/filebeat/module/salesforce: Remove dashboards (#39028)
* Remove dashboards from salesforce revamped module * remove dashboards screenshots * Add changelog entry * update docs * Update CHANGELOG.next.asciidoc Co-authored-by: subham sarkar <[email protected]> * fix docs * remove changelog entry --------- Co-authored-by: subham sarkar <[email protected]> Co-authored-by: subham sarkar <[email protected]>
1 parent 35c6b26 commit c7829d3

15 files changed

+2
-5208
lines changed

CHANGELOG.next.asciidoc

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ https://github.com/elastic/beats/compare/v8.8.1\...main[Check the HEAD diff]
4343
- Introduce input/netmetrics and refactor netflow input metrics {pull}38055[38055]
4444
- Update Salesforce module to use new Salesforce input. {pull}37509[37509]
4545

46-
4746
*Heartbeat*
4847

4948
*Metricbeat*
Binary file not shown.
Binary file not shown.
Binary file not shown.

filebeat/docs/modules/salesforce.asciidoc

+1-22
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ This file is generated! See scripts/docs_collector.py
88
[role="xpack"]
99

1010
:modulename: salesforce
11-
:has-dashboards: true
1211

1312
== Salesforce module
1413

@@ -54,7 +53,7 @@ The Salesforce module contains the following filesets for collecting different t
5453
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.
5554
====
5655

57-
== Set up the OAuth App in the Salesforce
56+
=== Set up the OAuth App in the Salesforce
5857

5958
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:
6059

@@ -545,24 +544,6 @@ Interval for collecting EventLogFile logs, e.g. 1h or 5m.
545544

546545
Either "Hourly" or "Daily". The time interval of each log file from EventLogFile.
547546

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.
557-
558-
image::./images/filebeat-salesforce-login-dashboard.png[]
559-
560-
image::./images/filebeat-salesforce-logout-dashboard.png[]
561-
562-
image::./images/filebeat-salesforce-setupaudittrail-dashboard.png[]
563-
564-
Access these dashboards in Kibana by going to Management -> Kibana -> Dashboards and searching for "Salesforce".
565-
566547
[float]
567548
=== Troubleshooting
568549

@@ -577,8 +558,6 @@ Verify the `var.url` is correct. Check that the user credentials are valid and h
577558
*Not seeing any data*::
578559
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.
579560

580-
:has-dashboards!:
581-
582561
:fileset_ex!:
583562

584563
:modulename!:

x-pack/filebeat/module/salesforce/_meta/docs.asciidoc

+1-22
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[role="xpack"]
22

33
:modulename: salesforce
4-
:has-dashboards: true
54

65
== Salesforce module
76

@@ -47,7 +46,7 @@ The Salesforce module contains the following filesets for collecting different t
4746
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.
4847
====
4948

50-
== Set up the OAuth App in the Salesforce
49+
=== Set up the OAuth App in the Salesforce
5150

5251
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:
5352

@@ -538,24 +537,6 @@ Interval for collecting EventLogFile logs, e.g. 1h or 5m.
538537

539538
Either "Hourly" or "Daily". The time interval of each log file from EventLogFile.
540539

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.
550-
551-
image::./images/filebeat-salesforce-login-dashboard.png[]
552-
553-
image::./images/filebeat-salesforce-logout-dashboard.png[]
554-
555-
image::./images/filebeat-salesforce-setupaudittrail-dashboard.png[]
556-
557-
Access these dashboards in Kibana by going to Management -> Kibana -> Dashboards and searching for "Salesforce".
558-
559540
[float]
560541
=== Troubleshooting
561542

@@ -570,8 +551,6 @@ Verify the `var.url` is correct. Check that the user credentials are valid and h
570551
*Not seeing any data*::
571552
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.
572553

573-
:has-dashboards!:
574-
575554
:fileset_ex!:
576555

577556
:modulename!:

0 commit comments

Comments
 (0)