Skip to content

Commit e533f84

Browse files
Update log-tracing-data-volume-index.md (#5718)
fix typos: <<sourcejost_json>> changed to <<sourcehost_json>> Co-authored-by: Kim (Sumo Logic) <[email protected]>
1 parent e936c5a commit e533f84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/manage/ingestion-volume/data-volume-index/log-tracing-data-volume-index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ The following query returns the message volume for each Source Host. The sourceh
147147
_index=sumologic_volume _sourceCategory = "sourcehost_and_tier_volume"
148148
| parse regex "(?<data>\{[^\{]+\})" multi
149149
| json field=data "field","dataTier","sizeInBytes","count" as sourcehost, dataTier, bytes, count
150-
| where sourcehost="<<sourcejost_json>>" and dataTier="<<datatier_json>>"
150+
| where sourcehost="<<sourcehost_json>>" and dataTier="<<datatier_json>>"
151151
| bytes/1Gi as gbytes
152152
| sum(gbytes) as gbytes by sourcehost
153153
| fields gbytes
@@ -161,7 +161,7 @@ The following query returns the message volume for the Default Index. The data
161161
_index=sumologic_volume _sourceCategory = "sourcehost_and_tier_volume"
162162
| parse regex "(?<data>\{[^\{]+\})" multi
163163
| json field=data "field","dataTier","sizeInBytes","count" as sourcehost, dataTier, bytes, count
164-
| where sourcehost="<<sourcejost_json>>" and dataTier="<<datatier_json>>"
164+
| where sourcehost="<<sourcehost_json>>" and dataTier="<<datatier_json>>"
165165
| bytes/1Gi as gbytes
166166
| sum(gbytes) as gbytes by sourcehost
167167
| fields gbytes

0 commit comments

Comments
 (0)