From 7a3220d8c61ce64832dee564b9bad60c900542c3 Mon Sep 17 00:00:00 2001 From: rmeyer-legato Date: Mon, 25 Aug 2025 15:01:41 -0600 Subject: [PATCH] Update log-tracing-data-volume-index.md fix typos: <> changed to <> --- .../data-volume-index/log-tracing-data-volume-index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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