Skip to content

Commit 4750b0e

Browse files
Merge branch 'main' into otel-collector-doc
2 parents afe751a + e533f84 commit 4750b0e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.clabot

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@
189189
"aj-sumo",
190190
"samiura",
191191
"naveenrama",
192-
"fguimond"
192+
"fguimond",
193+
"rmeyer-legato"
193194
],
194195
"message": "Thank you for your contribution! As this is an open source project, we require contributors to sign our Contributor License Agreement and do not have yours on file. To proceed with your PR, please [sign your name here](https://forms.gle/YgLddrckeJaCdZYA6) and we will add you to our approved list of contributors.",
195196
"label": "cla-signed",

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)