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:293


host?

optional host: string

Source

elasticsearch-interfaces.ts:289


password?

optional password: string

Source

elasticsearch-interfaces.ts:291


socket_timeout?

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

Source

elasticsearch-interfaces.ts:292


username?

optional username: string

Source

elasticsearch-interfaces.ts:290