Scroll ignore | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
About Collectors
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
...
FIELD | FIELD TYPE | DESCRIPTION | EXAMPLE |
---|---|---|---|
server | string | Teradata server, if you use a custom port other than 1025 you can specify it as part of the server e.g. “10.1.18.19:130” | “10.1.18.19” |
host | string | The onboarded host value in K for the Teradata server | “myteradata“ |
username | string | Username to log into the Teradata account | “myuser” |
password | string | Password to log into the Teradata account |
|
pdcr_enabled | boolean | Is PDCR enabled on teradata? See Teradata Online Documentation | Quick access to technical manuals | false |
database_name | string | Logical name of the Teradata instance (used as a database name in K) | “TDproduction” |
output_path | string | Absolute path to the output location where files are to be written | “/tmp/output” |
mask | boolean | To enable masking or not | true |
compress | boolean | To gzip the output or not | true |
meta_only | boolean | To extract metadata only or not | false |
...