Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Scroll ignore
scroll-viewporttrue
scroll-pdftrue
scroll-officetrue
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-htmltrue
scroll-epubtrue

Open in new tab

About Collectors

Insert excerpt
Collector Method
Collector Method
nameabout

...

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

...