HttpProf not works

I start the fileBeat like this:
./filebeat -c DataCenterCollecterAgent.yml -httpprof 127.0.0.1:6000
I use command to get FileBeat info like this:
curl http:127.0.0.1:60000/debug/vars
It returns:
curl: (7) Failed to connect to 127.0.0.1 port 60000: Connection refused

And i found that the 60000 port is not listend, please help me to figure out why.

You have it listening on 6000 but are attempting to connect to 60000.

sorry
I use -httpprof 127.0.0.1:60000 not -httpprof 127.0.0.1:6000

What version of Filebeat are you running and what OS?

When filebeat is running can you please use sudo netstat -anp | grep 60000 and share the output.

os: centos 7
fileBeat: 5.4.3
When i run the command : sudo netstat -anp | grep 60000
it shows nothing.......
But filebeat is functioning well now

Can you add -d "*" to the flags used to start filebeat. Are there any errors in the Filebeat log file? Anything related to 60000?

Nothing errors found in filebeats log and no program related to port 60000
I will true -d "*"
Thinks

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.