We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2784b0 commit 5c0de57Copy full SHA for 5c0de57
pkg/formats/elasticsearch/elasticsearch.go
@@ -28,7 +28,7 @@ var (
28
)
29
30
func init() {
31
- flag.StringVar(&actionEntrySet, "elastic.action", "index", "Use this action to when sending to elastic.")
+ flag.StringVar(&actionEntrySet, "elastic.action", "index", "Use this action when sending to elastic.")
32
}
33
34
var json = jsoniter.ConfigFastest
0 commit comments