https://signoz.io logo
#support
Title
# support
v

Vyacheslav Boyko

04/02/2023, 7:09 PM
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

Srikanth Chekuri

04/03/2023, 2:05 AM
Is there an attribute or some identifier that distinguishes your java application logs? You could use the search filter to do that.
v

Vyacheslav Boyko

04/03/2023, 7:09 AM
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

Srikanth Chekuri

04/03/2023, 11:33 AM
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
4 Views