What is the role of the master node in an Elasticsearch cluster?
a) Storing data and handling search requests
b) Managing cluster-wide settings and operations
c) Handling backup and recovery operations
d) Indexing data
Answer:
b) Managing cluster-wide settings and operations
Explanation:
The master node is responsible for managing cluster-wide operations, including creating or deleting indexes and tracking nodes in the cluster.