Make elasticsearch refresh opt configurable

This commit is contained in:
ionutboangiu
2024-11-27 18:41:17 +02:00
committed by Dan Christian Bogos
parent f1cdf920df
commit 8d7628410e
8 changed files with 42 additions and 12 deletions

View File

@@ -2856,6 +2856,7 @@ const (
// EEs Elasticsearch options
ElsIndex = "elsIndex"
ElsRefresh = "elsRefresh"
ElsOpType = "elsOpType"
ElsPipeline = "elsPipeline"
ElsRouting = "elsRouting"