remove

package
v0.0.0-...-bd2fda9 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Overview

Package remove Some tasks to operate ES

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BindRemoveCPLogs

func BindRemoveCPLogs()

BindRemoveCPLogs Tasks to remove documents in ES

Types

type MonitorTaskConfig

type MonitorTaskConfig struct {
	Index  string
	Expire int
	Term   *map[string]interface{}
	// contains filtered or unexported fields
}

MonitorTaskConfig config for each ES index

func (*MonitorTaskConfig) Lock

func (c *MonitorTaskConfig) Lock()

func (*MonitorTaskConfig) SetLock

func (c *MonitorTaskConfig) SetLock(l *sync.Mutex)

func (*MonitorTaskConfig) Unlock

func (c *MonitorTaskConfig) Unlock()

type Query

type Query struct {
	Range *Range `json:"query"`
	Size  int    `json:"size"`
	// Sort  []map[string]string     `json:"sort"`
	Term *map[string]interface{} `json:"term,omitempty"`
}

Query json query to request elasticsearch

type Range

type Range struct {
	Range map[string]interface{} `json:"range"`
}

Range range query in Query

type Resp

type Resp struct {
	Deleted int `json:"deleted"`
	Total   int `json:"total"`
}

Resp json response from elasticsearch

Jump to

Keyboard shortcuts

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