Skip to content

Commit 78258bf

Browse files
yleifermankimsauce
andauthored
Remove mentions to real credentials (#5132)
* Remove mentions to real credentials * Update docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/cyberark-audit-source.md --------- Co-authored-by: Kim (Sumo Logic) <[email protected]>
1 parent 91a5fe4 commit 78258bf

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/cyberark-audit-source.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ To configure a CyberArk Audit source, follow the steps below:
5454
1. (Optional) **Fields**. Click the **+Add** button to define the fields you want to associate. Each field needs a name (key) and value.
5555
* ![green check circle.png](/img/reuse/green-check-circle.png) A green circle with a check mark is shown when the field exists in the Fields table schema.
5656
* ![orange exclamation point.png](/img/reuse/orange-exclamation-point.png) An orange triangle with an exclamation point is shown when the field doesn't exist in the Fields table schema. In this case, an option to automatically add the nonexistent fields to the Fields table schema is provided. If a field is sent to Sumo Logic that does not exist in the Fields schema is ignored, known as dropped.
57-
1. **Identity ID**. Enter your identity ID collected from the [Vendor configuration](#vendor-configuration) section. For example, `abr4338`.
57+
1. **Identity ID**. Enter your identity ID collected from the [Vendor configuration](#vendor-configuration) section. For example, `ac212`.
5858
1. **Web Application ID**. Enter your application ID collected from the [Vendor configuration](#vendor-configuration) section. For example, `sumologic`.
59-
1. **Username**. Enter your username(client-id) collected from the [Vendor configuration](#vendor-configuration) section. For example, `c2c@cyberark.cloud.30488`.
59+
1. **Username**. Enter your username(client-id) collected from the [Vendor configuration](#vendor-configuration) section. For example, `user@cyberark.cloud.1234`.
6060
1. **Password**. Enter your password(client-secret) collected from the [Vendor configuration](#vendor-configuration) section.
6161
1. **Tenant URL**. Enter your tenant URL collected from the [Vendor configuration](#vendor-configuration) section. For example, `https://sumologic.audit.cyberark.cloud`.
6262
1. **API Key**. Enter your API key collected from the [Vendor configuration](#vendor-configuration) section.
@@ -85,9 +85,9 @@ Sources can be configured using UTF-8 encoded JSON files with the Collector Ma
8585
| description | String | No | `null` | Type a description of the source. | `"Testing source"` |
8686
| category | String | No | `null` | Type a category of the source. This value is assigned to the [metadata](/docs/search/get-started-with-search/search-basics/built-in-metadata) field `_sourceCategory`. See [best practices](/docs/send-data/best-practices) for details. | `"mySource/test"` |
8787
| fields | JSON Object | No | `null` | JSON map of key-value fields (metadata) to apply to the collector or source. Use the boolean field `_siemForward` to enable forwarding to SIEM.| `{"_siemForward": false, "fieldA": "valueA"}` |
88-
| identityId | String | Yes | `null` | Identity ID for your CyberArk account. | `abr4338` |
88+
| identityId | String | Yes | `null` | Identity ID for your CyberArk account. | `ac212` |
8989
| appId | String | Yes | `null` | App ID for your CyberArk account. | `sumologic` |
90-
| username | String | Yes | `null` | Username(Client ID) for your configured server. | `c2c@cyberark.cloud.30488` |
90+
| username | String | Yes | `null` | Username(Client ID) for your configured server. | `myuser@cyberark.cloud.1234` |
9191
| password | String | Yes | `null` | Password for your configured server. | |
9292
| tenantURL | String | Yes | `null` | Tenant URL for your configured server. | `https://sumologic.audit.cyberark.cloud` |
9393
| apiKey | String | Yes | `null` | API key for your configured server. | |

static/files/c2c/cyberark-audit/example.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
"source": {
44
"config": {
55
"name": "CyberArkAudit",
6-
"identityId": "abr43969",
6+
"identityId": "ac212",
77
"appId": "sumologic",
8-
"username": "c2c@cyberark.cloud.43969",
9-
"password": "rECxxxx__4_xxxx_G4n6",
8+
"username": "user@cyberark.cloud.1234",
9+
"password": "******",
1010
"tenantURL": "https://sumologic.audit.cyberark.cloud",
11-
"apiKey": "JxxxxxxS9gFJv96LcKcxxxxxxxxxxxxxYqP09OGxxxY",
11+
"apiKey": "*******",
1212
"serviceType": [],
1313
"statusType": [],
1414
"actionType": [],

static/files/c2c/cyberark-audit/example.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ resource "sumologic_cloud_to_cloud_source" "cyberark_audit_test_source" {
55
}
66
config = jsonencode({
77
"name": "CyberArkAudit",
8-
"identityId": "abr43969",
8+
"identityId": "ac212",
99
"appId": "sumologic",
10-
"username": "c2c@cyberark.cloud.43969",
11-
"password": "rECxxxx__4_xxxx_G4n6",
10+
"username": "user@cyberark.cloud.1234",
11+
"password": "******",
1212
"tenantURL": "https://sumologic.audit.cyberark.cloud",
13-
"apiKey": "JxxxxxxS9gFJv96LcKcxxxxxxxxxxxxxYqP09OGxxxY",
13+
"apiKey": "*******",
1414
"serviceType": [],
1515
"statusType": [],
1616
"actionType": [],

0 commit comments

Comments
 (0)