Make elasticsearch refresh opt configurable

This commit is contained in:
ionutboangiu
2025-01-27 19:58:43 +02:00
committed by Dan Christian Bogos
parent c1331531a7
commit 9b9c7bb914
5 changed files with 87 additions and 50 deletions

View File

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