hi! how actually do I filter logs? I have a variet...
# support
v
hi! how actually do I filter logs? I have a variety log events from SigNoz itself. And I wonder how do I filter them out to be able to watch after my java applications' logs only?
s
Is there an attribute or some identifier that distinguishes your java application logs? You could use the search filter to do that.
v
It seems the logs are not shipped to signoz from my apps. Does open-telemetry javaagent ship them automatically from stdout of my apps? Or do I have to ship them manually somehow?
s
Does open-telemetry javaagent ship them automatically from stdout of my apps?
It doesn’t automatically collect from stdout but depending on the logger library you use it can add appender send data directly to SigNoz.
do I have to ship them manually somehow?
You may use filelog collector if the logger library you use is not supported by auto instrumentation