Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
Corrected the description in below lines

esExportDataStream = kingpin.Flag("es.data_stream",
			"Export stats for Data Streams.").

Signed-off-by: Sandhya <[email protected]>
  • Loading branch information
Sandhyaranitp authored Jan 3, 2025
1 parent b550e54 commit 6991f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func main() {
"Export stats for shards in the cluster (implies --es.indices).").
Default("false").Bool()
esExportDataStream = kingpin.Flag("es.data_stream",
"Export stas for Data Streams.").
"Export stats for Data Streams.").
Default("false").Bool()
esClusterInfoInterval = kingpin.Flag("es.clusterinfo.interval",
"Cluster info update interval for the cluster label").
Expand Down

0 comments on commit 6991f11

Please sign in to comment.