With big data comes big responsibility. Protecting your data can be a financial, competitive, and legal requirement. In this hands-on lab, you will get to secure the data of an Elasticsearch cluster through the use of role-based access control.
Learning Objectives
Successfully complete this lab by achieving the following learning objectives:
- Create the account_holders_read Role
From the Kibana console, create the
account_holders_read
role with the following restrictions:- Only has
read
access to theaccounts
index. - Only has access to the documents where
mail_opt_out
isfalse
. - Only has access to the
firstname
,lastname
, andemail
fields.
- Only has
- Create the accounts_mailer User
From the Kibana console, create the
accounts_mailer
user with the following information:- Full Name: Accounts Mailer
- Email: accounts_mailer@company.com
- Password:
yUqS54J9d6nx
- Roles:
account_holders_read