Skip to content

Commit ab05281

Browse files
committed
ip addressess updated to RFC1166
1 parent d4bc747 commit ab05281

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

deploy-manage/remote-clusters/_snippets/rcs-elasticsearch-api-snippet-self.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ PUT /_cluster/settings
2727
"remote": {
2828
"alias-for-my-remote-cluster": { // Align the alias with the remote cluster name used when adding the API key.
2929
"mode":"proxy",
30-
"proxy_address": "a542184a7a7d45b88b83f95392f450ab.192.168.44.10.ip.es.io:9400",
31-
"server_name": "a542184a7a7d45b88b83f95392f450ab.192.168.44.10.ip.es.io"
30+
"proxy_address": "a542184a7a7d45b88b83f95392f450ab.192.0.2.10.ip.es.io:9400",
31+
"server_name": "a542184a7a7d45b88b83f95392f450ab.192.0.2.10.ip.es.io"
3232
}
3333
}
3434
}

deploy-manage/remote-clusters/_snippets/rcs-elasticsearch-api-snippet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ PUT /_cluster/settings
3535
"remote": {
3636
"alias-for-my-remote-cluster": { // Remote cluster alias
3737
"mode":"proxy",
38-
"proxy_address": "a542184a7a7d45b88b83f95392f450ab.192.168.44.10.ip.es.io:9400",
39-
"server_name": "a542184a7a7d45b88b83f95392f450ab.192.168.44.10.ip.es.io"
38+
"proxy_address": "a542184a7a7d45b88b83f95392f450ab.192.0.2.10.ip.es.io:9400",
39+
"server_name": "a542184a7a7d45b88b83f95392f450ab.192.0.2.10.ip.es.io"
4040
}
4141
}
4242
}

deploy-manage/remote-clusters/ec-remote-cluster-self-managed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@ A deployment can be configured to trust all or specific deployments in any envir
146146
instances:
147147
- name: "node1"
148148
dns: ["node1.mydomain.com"]
149-
ip: ["192.168.1.1"]
149+
ip: ["192.0.2.1"]
150150
cn: ["node1.node.1234567abcd.cluster.myscope.account"]
151151
- name: "node2"
152152
dns: ["node2.mydomain.com"]
153-
ip: ["192.168.1.2"]
153+
ip: ["192.0.2.2"]
154154
cn: ["node2.node.1234567abcd.cluster.myscope.account"]
155155
```
156156

deploy-manage/remote-clusters/ece-remote-cluster-self-managed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,11 @@ A deployment can be configured to trust all or specific deployments in any envir
146146
instances:
147147
- name: "node1"
148148
dns: ["node1.mydomain.com"]
149-
ip: ["192.168.1.1"]
149+
ip: ["192.0.2.1"]
150150
cn: ["node1.node.1234567abcd.cluster.myscope.account"]
151151
- name: "node2"
152152
dns: ["node2.mydomain.com"]
153-
ip: ["192.168.1.2"]
153+
ip: ["192.0.2.2"]
154154
cn: ["node2.node.1234567abcd.cluster.myscope.account"]
155155
```
156156

deploy-manage/remote-clusters/remote-clusters-api-key.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ If a remote cluster is part of an {{ech}} (ECH) deployment, the remote cluster s
7676
3. Generate a certificate and private key pair for the nodes in the remote cluster:
7777

7878
```sh
79-
./bin/elasticsearch-certutil cert --out=cross-cluster.p12 --pass=CERT_PASSWORD --ca-cert=ca/ca.crt --ca-key=ca/ca.key --ca-pass=CA_PASSWORD --dns=example.com --ip=127.0.0.1
79+
./bin/elasticsearch-certutil cert --out=cross-cluster.p12 --pass=CERT_PASSWORD --ca-cert=ca/ca.crt --ca-key=ca/ca.key --ca-pass=CA_PASSWORD --dns=example.com --ip=192.0.2.1
8080
```
8181

8282
* Replace `CA_PASSWORD` with the CA password from the previous step.
@@ -158,7 +158,7 @@ To add a remote cluster from Stack Management in {{kib}}:
158158
2. Select **Add a remote cluster**.
159159
3. Select **API keys** as the connection type.
160160
4. Enter a name (*cluster alias*) for the remote cluster.
161-
5. Specify the {{es}} endpoint URL, or the IP address or host name of the remote cluster followed by the remote cluster port (defaults to `9443`). For example, `cluster.es.eastus2.staging.azure.foundit.no:9443` or `192.168.1.1:9443`.
161+
5. Specify the {{es}} endpoint URL, or the IP address or host name of the remote cluster followed by the remote cluster port (defaults to `9443`). For example, `cluster.es.eastus2.staging.azure.foundit.no:9443` or `192.0.2.1:9443`.
162162
163163
Starting with {{kib}} 9.2, you can also specify IPv6 addresses.
164164

deploy-manage/remote-clusters/remote-clusters-cert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ To add a remote cluster from Stack Management in {{kib}}:
6868
2. Select **Add a remote cluster**.
6969
3. Select **Certificates** as the connection type.
7070
4. Enter a name (*cluster alias*) for the remote cluster.
71-
5. Specify the {{es}} endpoint URL, or the IP address or host name of the remote cluster followed by the transport port (defaults to `9300`). For example, `cluster.es.eastus2.staging.azure.foundit.no:9300` or `192.168.1.1:9300`.
71+
5. Specify the {{es}} endpoint URL, or the IP address or host name of the remote cluster followed by the transport port (defaults to `9300`). For example, `cluster.es.eastus2.staging.azure.foundit.no:9300` or `192.0.2.1:9300`.
7272

7373
Starting with {{kib}} 9.2, you can also specify IPv6 addresses.
7474

deploy-manage/remote-clusters/remote-clusters-migrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ On the remote cluster:
6969
3. Generate a certificate and private key pair for the nodes in the remote cluster:
7070

7171
```sh
72-
./bin/elasticsearch-certutil cert --out=cross-cluster.p12 --pass=CERT_PASSWORD --ca-cert=ca/ca.crt --ca-key=ca/ca.key --ca-pass=CA_PASSWORD --dns=example.com --ip=127.0.0.1
72+
./bin/elasticsearch-certutil cert --out=cross-cluster.p12 --pass=CERT_PASSWORD --ca-cert=ca/ca.crt --ca-key=ca/ca.key --ca-pass=CA_PASSWORD --dns=example.com --ip=192.0.2.1
7373
```
7474

7575
* Replace `CA_PASSWORD` with the CA password from the previous step.

0 commit comments

Comments
 (0)