From 6991f112faf8a57c464fb85b625b63c2d6e03589 Mon Sep 17 00:00:00 2001 From: Sandhya <108527554+Sandhyaranitp@users.noreply.github.com> Date: Fri, 3 Jan 2025 12:34:55 +0530 Subject: [PATCH] Update main.go Corrected the description in below lines esExportDataStream = kingpin.Flag("es.data_stream", "Export stats for Data Streams."). Signed-off-by: Sandhya <108527554+Sandhyaranitp@users.noreply.github.com> --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 663fb772..82ad0619 100644 --- a/main.go +++ b/main.go @@ -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").