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
The Salesforce OAuth token endpoint for JWT authentication. This endpoint is used for JWT Bearer flow and defaults to `var.authentication.jwt_bearer_flow.url` if empty. Only use a custom value if you have a custom domain and don't allow default endpoints such as `https://login.salesforce.com` or `https://test.salesforce.com`.
Copy file name to clipboardExpand all lines: x-pack/filebeat/filebeat.reference.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1494,6 +1494,7 @@ filebeat.modules:
1494
1494
# - enabled: Set to true to enable ingestion of Salesforce module fileset
1495
1495
# - initial_interval: Initial interval for log collection. This setting determines the time period for which the logs will be initially collected when the ingestion process starts, i.e. 1d/h/m/s
1496
1496
# - api_version: API version for Salesforce, version should be greater than 46.0
1497
+
# - url: URL for Salesforce instance
1497
1498
1498
1499
# Authentication Configurations:
1499
1500
# User-Password Authentication:
@@ -1510,6 +1511,7 @@ filebeat.modules:
1510
1511
# - client.username: Username for JWT authentication
1511
1512
# - client.key_path: Path to client key for JWT authentication
1512
1513
# - url: Audience URL for JWT authentication
1514
+
# - token_url: Token URL for JWT authentication
1513
1515
1514
1516
# Event Monitoring:
1515
1517
# - real_time: Set to true to enable real-time logging using object type data collection
@@ -1629,7 +1631,8 @@ filebeat.modules:
1629
1631
var.url: "https://instance_id.my.salesforce.com"
1630
1632
1631
1633
var.real_time: true
1632
-
var.real_time_interval: 5m
1634
+
var.real_time_interval: 5m
1635
+
1633
1636
#----------------------------- Google Santa Module -----------------------------
Copy file name to clipboardExpand all lines: x-pack/filebeat/module/salesforce/_meta/config.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@
4
4
# - enabled: Set to true to enable ingestion of Salesforce module fileset
5
5
# - initial_interval: Initial interval for log collection. This setting determines the time period for which the logs will be initially collected when the ingestion process starts, i.e. 1d/h/m/s
6
6
# - api_version: API version for Salesforce, version should be greater than 46.0
7
+
# - url: URL for Salesforce instance
7
8
8
9
# Authentication Configurations:
9
10
# User-Password Authentication:
@@ -20,6 +21,7 @@
20
21
# - client.username: Username for JWT authentication
21
22
# - client.key_path: Path to client key for JWT authentication
22
23
# - url: Audience URL for JWT authentication
24
+
# - token_url: Token URL for JWT authentication
23
25
24
26
# Event Monitoring:
25
27
# - real_time: Set to true to enable real-time logging using object type data collection
The Salesforce OAuth token endpoint for JWT authentication. This endpoint is used for JWT Bearer flow and defaults to `var.authentication.jwt_bearer_flow.url` if empty. Only use a custom value if you have a custom domain and don't allow default endpoints such as `https://login.salesforce.com` or `https://test.salesforce.com`.
Copy file name to clipboardExpand all lines: x-pack/filebeat/modules.d/salesforce.yml.disabled
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
# - enabled: Set to true to enable ingestion of Salesforce module fileset
8
8
# - initial_interval: Initial interval for log collection. This setting determines the time period for which the logs will be initially collected when the ingestion process starts, i.e. 1d/h/m/s
9
9
# - api_version: API version for Salesforce, version should be greater than 46.0
10
+
# - url: URL for Salesforce instance
10
11
11
12
# Authentication Configurations:
12
13
# User-Password Authentication:
@@ -23,6 +24,7 @@
23
24
# - client.username: Username for JWT authentication
24
25
# - client.key_path: Path to client key for JWT authentication
25
26
# - url: Audience URL for JWT authentication
27
+
# - token_url: Token URL for JWT authentication
26
28
27
29
# Event Monitoring:
28
30
# - real_time: Set to true to enable real-time logging using object type data collection
0 commit comments