You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Let us have some logs like
"{"log":"- - 22/Dec/2022:00:13:32 +0000 \"Hello World 1","stream":""}}",
"{"log":"- - 22/Dec/2022:00:13:32 +0000 \"Hello World 2","stream":""}}",
Is it possible using fluent bit stream processor to generate the following log
{ "messages": [
{
"timestamp": "timestamp-1",
"message": "{"log":"- - 22/Dec/2022:00:13:32 +0000 \"Hello World 1","stream":""}}",
"line-number": 0
},
{
"timestamp": "timestamp-2",
"message": "{"log":"- - 22/Dec/2022:00:13:32 +0000 \"Hello World 2","stream":""}}",
"line-number": 0
},
....
Beta Was this translation helpful? Give feedback.
All reactions