ES site-local addressing scheme

I'm fairly new to ES and looking forward to implementing it in my environment. When going through the config documentation, I came across this:

https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-network.html#network-interface-values and have a question regarding the site parameters. It mentions "Any site-local addresses on the system, for example 192.168.0.1."

Where/how are these site local address subnets determined/assigned? Where/how are they sourced?

Apologies if this question is a bit unclear and I can clarify further if needed. Any help is appreciated.

It means any of your machine's local addresses that match this check:

So that's the subnets 10.0.0.0/8, 172.16.0.0/12 and 192.168.0.0/16.

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