We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Scylla-JMX is binding to a random port on :: in addition to the JMX binding. Is this configurable to not be exposed to the world?
::
root@ip-10-1-93-255:~# netstat -nape | grep scylla-jmx | grep LISTEN tcp6 0 0 :::17943 :::* LISTEN 1001 83756 20537/scylla-jmx tcp6 0 0 127.0.0.1:7199 :::* LISTEN 1001 83755 20537/scylla-jmx
tcp6 0 0 :::11449 :::* LISTEN 1001 148045 28579/scylla-jmx tcp6 0 0 127.0.0.1:7199 :::* LISTEN 1001 148044 28579/scylla-jmx
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Scylla-JMX is binding to a random port on
::
in addition to the JMX binding. Is this configurable to not be exposed to the world?The text was updated successfully, but these errors were encountered: