Skip to main content

Where abouts on a windows system would Cribl Edge have local application logs stored? trying to troubleshoot

thankws


{"time":"2023-05-24T14:54:57.766Z","cid":"api","channel":"output:DistWorker","level":"warn","message":"sending is blocked","since":1684933589,"elapsed":6508,"endpoint":{"host":"main-nifty-pare-sft24jp.cribl.cloud","port":4200,"tls":true,"rejectUnauthorized":false}}


any idea if that implies the local system is preventing or remote? kind of terse


output on 4200?


4200 is for management comms only


either we got some bad logging, or something is not right in the configs


that should be edge node to leader communication, right?


can you share instance.yaml?


that under programdata?


that looks correct, i'll go bug the our "firewall experts" :wink:


yeah, cribl/local/_system


In Windows land, using powershell, you can test net connectivity:`Test-NetConnection host -p port`


Reply