SPLK-2002(205Q) · Question #95
A customer has a four site indexer cluster. The customer has requirements to store five copies of searchable data, with one searchable copy of data at the origin site, and one searchable copy at the…
The correct answer is B. site_replication_factor = origin:l, site4:l, total:5. The correct configuration to meet the customer's requirements is site_replication_factor = origin:1, site4:1, total:5. This means that each bucket will have one copy at the origin site, one copy at the disaster recovery site (site4), and three copies at any other sites. The…
Question
A customer has a four site indexer cluster. The customer has requirements to store five copies of searchable data, with one searchable copy of data at the origin site, and one searchable copy at the disaster recovery site (site4). Which configuration meets these requirements?
Options
- Asite_replication_factor = origin:2, site4:l, total:3
- Bsite_replication_factor = origin:l, site4:l, total:5
- Csite_search_factor = origin:2, site4:l, total:3
- Dsite search factor = origin:1, site4:l, total:5
How the community answered
(24 responses)- A8% (2)
- B71% (17)
- C4% (1)
- D17% (4)
Explanation
The correct configuration to meet the customer's requirements is site_replication_factor = origin:1, site4:1, total:5. This means that each bucket will have one copy at the origin site, one copy at the disaster recovery site (site4), and three copies at any other sites. The total number of copies will be five, as required by the customer. The site_replication_factor determines how many copies of each bucket are stored across the sites in a multisite indexer cluster1. The site_search_factor determines how many copies of each bucket are searchable across the sites in a multisite indexer cluster2. Therefore, option B is the correct answer, and options A, C, and D are incorrect. 1: Configure the site replication factor 2: Configure the site search factor
Topics
Community Discussion
No community discussion yet for this question.