diff --git a/docs/manage/ingestion-volume/data-volume-index/log-tracing-data-volume-index.md b/docs/manage/ingestion-volume/data-volume-index/log-tracing-data-volume-index.md index ed40ed6917..6461439a28 100644 --- a/docs/manage/ingestion-volume/data-volume-index/log-tracing-data-volume-index.md +++ b/docs/manage/ingestion-volume/data-volume-index/log-tracing-data-volume-index.md @@ -147,7 +147,7 @@ The following query returns the message volume for each Source Host. The sourceh _index=sumologic_volume _sourceCategory = "sourcehost_and_tier_volume" | parse regex "(?\{[^\{]+\})" multi | json field=data "field","dataTier","sizeInBytes","count" as sourcehost, dataTier, bytes, count -| where sourcehost="<>" and dataTier="<>" +| where sourcehost="<>" and dataTier="<>" | bytes/1Gi as gbytes | sum(gbytes) as gbytes by sourcehost | fields gbytes @@ -161,7 +161,7 @@ The following query returns the message volume for the Default Index. The data _index=sumologic_volume _sourceCategory = "sourcehost_and_tier_volume" | parse regex "(?\{[^\{]+\})" multi | json field=data "field","dataTier","sizeInBytes","count" as sourcehost, dataTier, bytes, count -| where sourcehost="<>" and dataTier="<>" +| where sourcehost="<>" and dataTier="<>" | bytes/1Gi as gbytes | sum(gbytes) as gbytes by sourcehost | fields gbytes