Bird
Raised Fist0

You want to restrict access so only users with the role 'admin' can delete indices. Which Elasticsearch feature helps enforce this?

hard🚀 Application Q9 of Q15
Elasticsearch - Security
You want to restrict access so only users with the role 'admin' can delete indices. Which Elasticsearch feature helps enforce this?
AIndex templates
BRole-based access control (RBAC)
CSnapshot lifecycle management
DIngest node pipelines
Step-by-Step Solution
Solution:
  1. Step 1: Understand access restriction methods

    RBAC controls permissions based on user roles like 'admin'.
  2. Step 2: Exclude unrelated features

    Snapshot lifecycle, index templates, and ingest pipelines do not manage user permissions.
  3. Final Answer:

    Role-based access control (RBAC) -> Option B
  4. Quick Check:

    RBAC = Permission control by roles [OK]
Quick Trick: Use RBAC to restrict actions by user roles [OK]
Common Mistakes:
MISTAKES
  • Confusing RBAC with index templates
  • Thinking snapshot lifecycle manages permissions
  • Assuming ingest pipelines control access

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Elasticsearch Quizzes