logging - How to send weblogic server logs to graylog? -


we sending applicatios logs graylog logback config. want send weblogic server logs graylog. how can that?

thanks

i work oracle commerce on weblogic, , wanted investigate using graylog. able setup test environment using graylog amis on aws ec2. used collector-sidecar on redhat machine running weblogic 12.1.3.0.0.

if follow directions here: http://docs.graylog.org/en/2.2/pages/collector_sidecar.html pretty simple do. took me 2 hours total (about 1 hour of spent trying figure out why servers couldn't talk on port 5400 - ec2 security profile wasn't setup port open - duh).

the things found bit confusing in terminology, input , output... these in terms of collector-sidecar, not graylog server, nor beats backend (i used filebeat on nxlog). input data coming collector-sidecar log file (and pointed instance.out file weblogic), , output going collector-sidecar graylog server.

enter image description here


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

java - How to resolve error - package com.squareup.okhttp3 doesn't exist? -