Versions in this module Expand all Collapse all v1 v1.0.1 Jun 14, 2022 v1.0.0 Apr 8, 2022 Changes in this version + type Config struct + DateField string + Descending bool + DumpType string + EndDate string + Excludes string + Includes string + Input string + Output string + ScrollSize int + StartDate string + Step time.Duration + Zone string + type Dumper struct + Conf Config + EndTime *time.Time + Excludes []string + Includes []string + SourceClient *elastic.Client + SourceIndex string + SourceType string + StartTime *time.Time + TargetClient *elastic.Client + TargetIndex string + TargetType string + Zone *time.Location + func NewDumper(conf Config) *Dumper + func (d *Dumper) Dump() Other modules containing this package github.com/wubin1989/esdump/v2