Skip to main content

@terascope/types / elasticsearch-interfaces / Remote

Interface: Remote

Properties

connect_timeout?

optional connect_timeout: `${number}m` | `${number}d` | `${number}h` | `${number}s` | `${number}ms` | `${number}micros` | `${number}nanos`

Source

elasticsearch-interfaces.ts:295


host?

optional host: string

Source

elasticsearch-interfaces.ts:291


password?

optional password: string

Source

elasticsearch-interfaces.ts:293


socket_timeout?

optional socket_timeout: `${number}m` | `${number}d` | `${number}h` | `${number}s` | `${number}ms` | `${number}micros` | `${number}nanos`

Source

elasticsearch-interfaces.ts:294


username?

optional username: string

Source

elasticsearch-interfaces.ts:292