esdump

package
v0.0.0-...-433ff9d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 28, 2023 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ElasticDump

func ElasticDump(opt Options) (err error)

ElasticDump dump elastic data with Options

Types

type AuthOptions

type AuthOptions struct {
	BasicUsername string
	BasicPassword string
}

type Options

type Options struct {
	Debug              bool
	InputElasticURL    string
	InputBasicAuth     AuthOptions
	InputElasticSniff  bool
	OutputElasticURL   string
	OutputBasicAuth    AuthOptions
	OutputElasticSniff bool
	ScrollSize         int
	BulkActions        int
	BulkSize           int
	BulkFlushInterval  time.Duration
	Delete             bool
}

Options used with ElasticDump

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL