Skip to content

Commit

Permalink
[Actions][Docs] Rename isLegacy to usesTableApi (elastic#116922) (ela…
Browse files Browse the repository at this point in the history
…stic#116932)

Co-authored-by: Christos Nasikas <[email protected]>
  • Loading branch information
kibanamachine and cnasikas authored Nov 1, 2021
1 parent 43e4b9f commit 48aa165
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Use the <<action-settings, Action configuration settings>> to customize connecto
actionTypeId: .servicenow-sir
config:
apiUrl: https://example.service-now.com/
isLegacy: false
usesTableApi: false
secrets:
username: testuser
password: passwordkeystorevalue
Expand All @@ -46,9 +46,9 @@ Use the <<action-settings, Action configuration settings>> to customize connecto
Config defines information for the connector type.

`apiUrl`:: An address that corresponds to *URL*.
`isLegacy`:: A boolean that indicates if the connector should use the Table API (legacy) or the Import Set API.
`usesTableApi`:: A boolean that indicates if the connector uses the Table API or the Import Set API.

Note: If `isLegacy` is set to false the Elastic application should be installed in ServiceNow.
Note: If `usesTableApi` is set to false the Elastic application should be installed in ServiceNow.

Secrets defines sensitive information for the connector type.

Expand Down
6 changes: 3 additions & 3 deletions docs/management/connectors/action-types/servicenow.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Use the <<action-settings, Action configuration settings>> to customize connecto
actionTypeId: .servicenow
config:
apiUrl: https://example.service-now.com/
isLegacy: false
usesTableApi: false
secrets:
username: testuser
password: passwordkeystorevalue
Expand All @@ -46,9 +46,9 @@ Use the <<action-settings, Action configuration settings>> to customize connecto
Config defines information for the connector type.

`apiUrl`:: An address that corresponds to *URL*.
`isLegacy`:: A boolean that indicates if the connector should use the Table API (legacy) or the Import Set API.
`usesTableApi`:: A boolean that indicates if the connector uses the Table API or the Import Set API.

Note: If `isLegacy` is set to false the Elastic application should be installed in ServiceNow.
Note: If `usesTableApi` is set to false the Elastic application should be installed in ServiceNow.

Secrets defines sensitive information for the connector type.

Expand Down

0 comments on commit 48aa165

Please sign in to comment.