- Log in to post comments
User bio
18+ experience with InterSystems products, in different sizes of projects, different countries, and different fields except for healthcare.
Member since Dec 4, 2015
Posts:
Replies:
any ideas in mind, how exactly you would like to look it as a json?
in our project with just put containers output to splunk, with a sidecar container, somewhere in that prcess it adds host, serivec other info that helps to filter to particular instance easily
- Log in to post comments
Found types 12 and 13, which looks to be some ascii, same as type 1
USER>s l = $c(3,13,65) zw l w "$lv = ", $lv(l),!,"$li = ",$li(l)
l=$lb("A")
$lv = 1
$li = A
USER>s l = $c(3,12,65) zw l w "$lv = ", $lv(l),!,"$li = ",$li(l)
l=$lb("A")
$lv = 1
$li = A
other types really seems to be handled by network protocol only
- Log in to post comments
Open Exchange applications:
Certifications & Credly badges:
Followers:
Following:
Dmitry has not followed anybody yet.
So, looks like you already got what you wanted with json
then the only thing left is to redirect your new log file to a container's log, to do so, you should send it to PID 1
/iris-main has this option, so, just add your log file to a container command