Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.

Commit 28a3be7

Browse files
authored
updated output sample 1 (#11)
* updated output sample 1 * updated output sample 1
1 parent 735631c commit 28a3be7

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

04-Logging-FluentBit-LogAnalytics/README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -156,23 +156,19 @@ kubectl get pods
156156
# timestamp
157157
1612126313.650765701,
158158
{
159+
"stream"=>"stdout",
160+
"time"=>"2021-01-31T20:51:50.906665641Z"
161+
"logtag"=>"F",
162+
159163
# log is a string field that contains json
160164
# it is not a json map
161165
"log"=>
162166
"{
163-
# log is a string field that contains json
164-
# it is not a map
165-
"log":
166-
"{
167-
\"date\":\"2021-01-31T20:51:50.8930226Z\",
168-
\"statusCode\":200,
169-
\"path\":\"/log/app\",
170-
\"duration\":78,
171-
\"value\":\"cNxwDdxRKX\"
172-
}",
173-
174-
"stream":"stdout",
175-
"time":"2021-01-31T20:51:50.906665641Z"
167+
"date":"2021-01-31T20:51:50.8930226Z",
168+
"statusCode":200,
169+
"path":"/log/app",
170+
"duration":78,
171+
"value":"cNxwDdxRKX"
176172
}"
177173
}
178174
]

0 commit comments

Comments
 (0)