Skip to content

Commit 9c0da25

Browse files
committed
Fix example url
1 parent ed34877 commit 9c0da25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

filebeat/docs/modules/salesforce.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Example config:
118118
client.username: "[email protected]"
119119
client.key_path: client_key.pem
120120
url: https://login.salesforce.com
121-
token_url: "https://[custom-domain].my.salesforce.com"
121+
token_url: "<custom-token-url>"
122122
user_password_flow:
123123
enabled: true
124124
client.id: "my-client-id"
@@ -241,7 +241,7 @@ Example config:
241241
client.username: "[email protected]"
242242
client.key_path: client_key.pem
243243
url: https://login.salesforce.com
244-
token_url: "https://[custom-domain].my.salesforce.com"
244+
token_url: "<custom-token-url>"
245245
user_password_flow:
246246
enabled: true
247247
client.id: "my-client-id"
@@ -364,7 +364,7 @@ Example config:
364364
client.username: "[email protected]"
365365
client.key_path: client_key.pem
366366
url: https://login.salesforce.com
367-
token_url: "https://[custom-domain].my.salesforce.com"
367+
token_url: "<custom-token-url>"
368368
user_password_flow:
369369
enabled: true
370370
client.id: "my-client-id"
@@ -472,7 +472,7 @@ Example config:
472472
client.username: "[email protected]"
473473
client.key_path: client_key.pem
474474
url: https://login.salesforce.com
475-
token_url: "https://[custom-domain].my.salesforce.com"
475+
token_url: "<custom-token-url>"
476476
user_password_flow:
477477
enabled: true
478478
client.id: "my-client-id"

0 commit comments

Comments
 (0)