batch_size
Batch size
|
Number of records to fetch in batch requests. The default is 100 to avoid the ServiceNow REST request timeout of 60 seconds. Only increase the batch size if you are sure a higher batch size will not trigger the timeout.
type: integer
default value: '100 '
exclusiveMaximum: false
exclusiveMinimum: false
maximum: 10000
minimum: 1
|
collection
Collection
|
Collection documents will be indexed to.
type: string
pattern: ^[a-zA-Z0-9_-]+$
|
diagnostic_mode
Diagnostic Mode
|
Enable to print more detailed information to the logs about each request.
type: boolean
default value: 'false '
|
exclude_field_name_value
Exclude records by field values
|
Records can be excluded based on values of specific fields. Enter exclusions in the format fieldName=fieldValue, e.g., workflow_state=review.
type: array of string
|
oauth_application_client_id
OAuth application Client Id
required
|
OAuth application Client ID. This ID is created after registering the OAuth endpoint for the ServiceNow instance.
type: string
minLength: 1
|
oauth_application_client_secret
OAuth application Client Secret
required
|
OAuth application Client Secret. This key is created after registering the OAuth endpoint for the ServiceNow instance.
type: string
minLength: 1
|
proxyHost
Proxy host
|
The address to use when connecting through the proxy.
type: string
|
proxyPort
Proxy port
|
The port to use when connecting through the proxy. (HTTP or SOCKS)
type: integer
|
proxyType
Proxy type
|
Type of proxy to use, if any. Allowed values are 'HTTP' and 'SOCKS'. Leave empty for no proxy.
type: string
default value: 'HTTP '
|
servicenow_instance_url
ServiceNow Instance URL
required
|
The ServiceNow instance address.
type: string
minLength: 1
|
servicenow_password
ServiceNow password
required
|
Password to access the ServiceNow instance.
type: string
minLength: 1
|
servicenow_username
ServiceNow username
required
|
A user with access to all of the tables configured below. This user should also have access to related tables, as appropriate, in order to retrieve content referenced in other tables.
type: string
minLength: 1
|
tables_to_crawl
ServiceNow tables to crawl
|
ServiceNow tables to fetch content from. At least one table name should be entered
type: array of string
minimum number of items (minItems ): 1
|