mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 08:14:18 +02:00
add index ls command, add table and color support
This commit is contained in:
@@ -31,12 +31,12 @@ const (
|
||||
)
|
||||
|
||||
type Config struct {
|
||||
Uri, User, Pass string
|
||||
ES *elasticsearch.TypedClient
|
||||
Debug bool
|
||||
From, To int
|
||||
Index string
|
||||
Filter []string
|
||||
Uri, User, Pass string
|
||||
ES *elasticsearch.TypedClient
|
||||
Debug bool
|
||||
From, To, MaxItems int
|
||||
Index string
|
||||
Filter []string
|
||||
}
|
||||
|
||||
func Init() (*Config, error) {
|
||||
|
||||
Reference in New Issue
Block a user