You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5554,6 +5554,11 @@ This allows Elasticsearch to scale to an entire cluster of servers.
5554
5554
5555
5555
<details>
5556
5556
<summary>Explain Replicas</summary><br><b>
5557
+
5558
+
In a network/cloud environment where failures can be expected any time, it is very useful and highly recommended to have a failover mechanism in case a shard/node somehow goes offline or disappears for whatever reason.
5559
+
To this end, Elasticsearch allows you to make one or more copies of your index’s shards into what are called replica shards, or replicas for short.
5560
+
5561
+
5557
5562
</b></details>
5558
5563
5559
5564
<details>
@@ -5675,6 +5680,10 @@ In general the process is as follows:
5675
5680
5676
5681
<details>
5677
5682
<summary>What is a A record?</summary><br><b>
5683
+
5684
+
5685
+
A (Address) Maps a host name to an IP address. When a computer has multiple adapter cards and IP addresses, it should have multiple address records.
5686
+
5678
5687
</b></details>
5679
5688
5680
5689
<details>
@@ -5689,6 +5698,8 @@ While an A record points a domain name to an IP address, a PTR record does the o
5689
5698
5690
5699
<details>
5691
5700
<summary>What is a MX record?</summary><br><b>
5701
+
MX (Mail Exchange) Specifies a mail exchange server for the domain, which allows mail to be delivered to the correct mail servers in the domain.
0 commit comments