Skip to content

Commit fe9753c

Browse files
committed
salesforce: Update documentation and field descriptions
1 parent 34df8c0 commit fe9753c

File tree

11 files changed

+258
-177
lines changed

11 files changed

+258
-177
lines changed

packages/salesforce/_dev/build/docs/README.md

Lines changed: 107 additions & 69 deletions
Large diffs are not rendered by default.

packages/salesforce/changelog.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# newer versions go on top
2+
- version: "1.5.0"
3+
changes:
4+
- description: Improve documentation and field descriptions.
5+
type: enhancement
6+
link: https://github.com/elastic/integrations/pull/15596
27
- version: "1.4.0"
38
changes:
49
- description: Improve documentation

packages/salesforce/data_stream/apex/manifest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@ streams:
1010
multi: false
1111
required: true
1212
show_user: false
13-
default: 56.0
13+
default: 65.0
1414
- name: period
1515
type: text
1616
title: Period
17-
description: Period of fetching logs. Supported units for this parameter are h/m/s.
17+
description: "Polling interval for fetching logs. Supported units: h, m, s."
1818
multi: false
1919
required: true
2020
show_user: true
2121
default: 1h
2222
- name: initial_interval
2323
type: text
2424
title: Initial Interval
25-
description: Initial Interval to fetch historical data from. Supported units for this parameter are h/m/s.
25+
description: "How far back to fetch historical data on the first run. Supported units: h, m, s."
2626
multi: false
2727
required: false
2828
show_user: true
2929
default: 168h
3030
- name: log_file_interval
3131
type: text
3232
title: EventLogFile Interval
33-
description: EventLogFile Interval for Event Log. Supported values for this parameter are Hourly/Daily.
33+
description: "EventLogFile granularity. Supported values: Hourly or Daily."
3434
multi: false
3535
required: false
3636
show_user: true

packages/salesforce/data_stream/login/fields/fields.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
fields:
44
- name: instance_url
55
type: keyword
6-
description: The Instance URL of the Salesforce instance.
6+
description: The Salesforce instance URL.
77
- name: login
88
type: group
99
fields:
@@ -84,7 +84,7 @@
8484
fields:
8585
- name: id
8686
type: keyword
87-
description: The 18-character case-insensitive ID of the URI of the page receiving the login request.
87+
description: The 18-character case-safe ID of the URI of the page receiving the login request.
8888
- name: transaction_security
8989
type: group
9090
fields:

packages/salesforce/data_stream/login/manifest.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,51 +10,51 @@ streams:
1010
multi: false
1111
required: true
1212
show_user: false
13-
default: 56.0
13+
default: 65.0
1414
- name: event_log_file
1515
type: bool
1616
title: EventLogFile Data Collection
17-
description: EventLogFile Data Collection to fetching logs from EventLogFile
17+
description: "Enable collection from EventLogFile."
1818
multi: false
1919
required: true
2020
show_user: true
2121
default: true
2222
- name: object
2323
type: bool
2424
title: Real-Time Object Data Collection
25-
description: Real-Time Data Collection to fetching logs from Real-Time Data
25+
description: "Enable collection from real-time events (LoginEvent)."
2626
multi: false
2727
required: true
2828
show_user: true
2929
default: true
3030
- name: elf_period
3131
type: text
3232
title: EventLogFile Period
33-
description: EventLogFile Period of fetching logs. Supported units for this parameter are h/m/s.
33+
description: "Polling interval for EventLogFile. Supported units: h, m, s."
3434
multi: false
3535
required: false
3636
show_user: true
3737
default: 1h
3838
- name: real_time_period
3939
type: text
4040
title: Real-Time Events Period
41-
description: Real-Time Events Period of fetching logs. Supported units for this parameter are h/m/s.
41+
description: "Polling interval for real-time events. Supported units: h, m, s."
4242
multi: false
4343
required: false
4444
show_user: true
4545
default: 5m
4646
- name: initial_interval
4747
type: text
4848
title: Initial Interval
49-
description: Initial Interval to fetch historical data from. Supported units for this parameter are h/m/s.
49+
description: "How far back to fetch historical data on the first run. Supported units: h, m, s."
5050
multi: false
5151
required: true
5252
show_user: true
5353
default: 168h
5454
- name: log_file_interval
5555
type: text
5656
title: EventLogFile Interval
57-
description: EventLogFile Interval for Event Log. Supported values for this parameter are Hourly/Daily.
57+
description: "EventLogFile granularity. Supported values: Hourly or Daily."
5858
multi: false
5959
required: false
6060
show_user: true

packages/salesforce/data_stream/logout/fields/fields.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
fields:
44
- name: instance_url
55
type: keyword
6-
description: The Instance URL of the Salesforce instance.
6+
description: The Salesforce instance URL.
77
- name: logout
88
type: group
99
fields:
@@ -23,7 +23,7 @@
2323
- name: type
2424
type: keyword
2525
description: >
26-
The session type that was used when logging out (e.g. API, Oauth2 or UI).
26+
The session type that was used when logging out (for example, API, OAuth 2.0, or UI).
2727
2828
- name: login_key
2929
type: keyword

packages/salesforce/data_stream/logout/manifest.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,51 +10,51 @@ streams:
1010
multi: false
1111
required: true
1212
show_user: false
13-
default: 56.0
13+
default: 65.0
1414
- name: event_log_file
1515
type: bool
1616
title: EventLogFile Data Collection
17-
description: EventLogFile Data Collection to fetching logs from EventLogFile
17+
description: "Enable collection from EventLogFile."
1818
multi: false
1919
required: true
2020
show_user: true
2121
default: true
2222
- name: object
2323
type: bool
2424
title: Real-Time Object Data Collection
25-
description: Real-Time Data Collection to fetching logs from Real-Time Data
25+
description: "Enable collection from real-time events (LogoutEvent)."
2626
multi: false
2727
required: true
2828
show_user: true
2929
default: true
3030
- name: elf_period
3131
type: text
3232
title: EventLogFile Period
33-
description: EventLogFile Period of fetching logs. Supported units for this parameter are h/m/s.
33+
description: "Polling interval for EventLogFile. Supported units: h, m, s."
3434
multi: false
3535
required: false
3636
show_user: true
3737
default: 1h
3838
- name: real_time_period
3939
type: text
4040
title: Real-Time Events Period
41-
description: Real-Time Events Period of fetching logs. Supported units for this parameter are h/m/s.
41+
description: "Polling interval for real-time events. Supported units: h, m, s."
4242
multi: false
4343
required: false
4444
show_user: true
4545
default: 5m
4646
- name: initial_interval
4747
type: text
4848
title: Initial Interval
49-
description: Initial Interval to fetch historical data from. Supported units for this parameter are h/m/s.
49+
description: "How far back to fetch historical data on the first run. Supported units: h, m, s."
5050
multi: false
5151
required: true
5252
show_user: true
5353
default: 168h
5454
- name: log_file_interval
5555
type: text
5656
title: EventLogFile Interval
57-
description: EventLogFile Interval for Event Log. Supported values for this parameter are Hourly/Daily.
57+
description: "EventLogFile granularity. Supported values: Hourly or Daily."
5858
multi: false
5959
required: false
6060
show_user: true

packages/salesforce/data_stream/setupaudittrail/fields/fields.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
fields:
44
- name: instance_url
55
type: keyword
6-
description: The Instance URL of the Salesforce instance.
6+
description: The Salesforce instance URL.
77
- name: setup_audit_trail
88
type: group
99
fields:
@@ -15,7 +15,7 @@
1515
- name: created_by_id
1616
type: keyword
1717
description: >
18-
The id under which the Setup change was made. For example, if Einstein uses cloud-to-cloud services to make a change in Setup, the value of this field is id of Einstein.
18+
The ID under which the Setup change was made. For example, if Einstein uses cloud-to-cloud services to make a change in Setup, this field contains the ID of Einstein.
1919
2020
- name: created_by_issuer
2121
type: keyword
@@ -30,12 +30,12 @@
3030
- name: display
3131
type: keyword
3232
description: >
33-
The full description of changes made in Setup. For example, if the Action field has a value of PermSetCreate, the Display field has a value like “Created permission set MAD: with user license Salesforce."
33+
The full description of changes made in Setup. For example, if the Action field has a value of PermSetCreate, the Display field might be “Created permission set MAD: with user license Salesforce.
3434
3535
- name: responsible_namespace_prefix
3636
type: keyword
3737
description: >
38-
Unknown
38+
The namespace of the package responsible for this change, if applicable.
3939
4040
- name: section
4141
type: keyword

packages/salesforce/data_stream/setupaudittrail/manifest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
type: logs
2-
title: Salesforce setupaudittrail logs
2+
title: Salesforce SetupAuditTrail logs
33
streams:
44
- input: salesforce
55
vars:
@@ -10,19 +10,19 @@ streams:
1010
multi: false
1111
required: true
1212
show_user: false
13-
default: 56.0
13+
default: 65.0
1414
- name: period
1515
type: text
1616
title: Period
17-
description: Period of fetching logs. Supported units for this parameter are h/m/s.
17+
description: "Polling interval for fetching logs. Supported units: h, m, s."
1818
multi: false
1919
required: true
2020
show_user: true
2121
default: 1h
2222
- name: initial_interval
2323
type: text
2424
title: Initial Interval
25-
description: Initial Interval to fetch historical data from. Supported units for this parameter are h/m/s.
25+
description: "How far back to fetch historical data on the first run. Supported units: h, m, s."
2626
multi: false
2727
required: false
2828
show_user: true

0 commit comments

Comments
 (0)