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`.
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`.
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`.
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
+8-1Lines changed: 8 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
@@ -1541,6 +1543,7 @@ filebeat.modules:
1541
1543
client.username: "<YourClientUsernameHere>"
1542
1544
client.key_path: "<YourClientKeyPathHere>"
1543
1545
url: "https://login.salesforce.com"
1546
+
# token_url: "<YourTokenURLHere>"
1544
1547
1545
1548
var.url: "https://instance_id.my.salesforce.com"
1546
1549
@@ -1567,6 +1570,7 @@ filebeat.modules:
1567
1570
client.username: "<YourClientUsernameHere>"
1568
1571
client.key_path: "<YourClientKeyPathHere>"
1569
1572
url: "https://login.salesforce.com"
1573
+
# token_url: "<YourTokenURLHere>"
1570
1574
1571
1575
var.url: "https://instance_id.my.salesforce.com"
1572
1576
@@ -1596,6 +1600,7 @@ filebeat.modules:
1596
1600
client.username: "<YourClientUsernameHere>"
1597
1601
client.key_path: "<YourClientKeyPathHere>"
1598
1602
url: "https://login.salesforce.com"
1603
+
# token_url: "<YourTokenURLHere>"
1599
1604
1600
1605
var.url: "https://instance_id.my.salesforce.com"
1601
1606
@@ -1625,11 +1630,13 @@ filebeat.modules:
1625
1630
client.username: "<YourClientUsernameHere>"
1626
1631
client.key_path: "<YourClientKeyPathHere>"
1627
1632
url: "https://login.salesforce.com"
1633
+
# token_url: "<YourTokenURLHere>"
1628
1634
1629
1635
var.url: "https://instance_id.my.salesforce.com"
1630
1636
1631
1637
var.real_time: true
1632
-
var.real_time_interval: 5m
1638
+
var.real_time_interval: 5m
1639
+
1633
1640
#----------------------------- Google Santa Module -----------------------------
Copy file name to clipboardExpand all lines: x-pack/filebeat/module/salesforce/_meta/config.yml
+7-1Lines changed: 7 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
Copy file name to clipboardExpand all lines: x-pack/filebeat/modules.d/salesforce.yml.disabled
+7-1Lines changed: 7 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