Updated go-elasticsearch client

This commit is contained in:
gezimbll
2023-06-30 10:51:05 -04:00
committed by Dan Christian Bogos
parent 2e96f02be4
commit fcc9fc109b
9 changed files with 443 additions and 120 deletions

View File

@@ -2496,6 +2496,10 @@ const (
ElsVersionLow = "elsVersion"
ElsVersionType = "elsVersionType"
ElsWaitForActiveShards = "elsWaitForActiveShards"
//EES ElasticSearch Logger Options
ElsJson = "elsJson"
ElsColor = "elsColor"
ElsText = "elsText"
// nats
NatsSubject = "natsSubject"
NatsQueueID = "natsQueueID"