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
Field kibana_privileges.grant_custom.custom_feature_privileges.grant value enum's list: all, read, none (discuss: should we explicitly add a none or the absence implies none?)
Field field kibana_privileges.grant_custom.custom_feature_privileges.short_url is only supported when the feature is one of: discover, dashboard, visualize-library
Field kibana_privileges.grant_custom.custom_feature_privileges.store_search_session is only supported when the feature is one of: discover, dashboard
Field rules.user_field value enum's list: username, dn, groups, realm.name
Field rules.type value enum's list: text, number, is-null, boolean
Under rules, at most one of: text_value, number_value or boolean_value depending if type is text, number or boolean. In case type is is-null then no *_value field can be defined
The
elasticstack_auth_*
defines the following:User
https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-put-user.html
Rules
password
,password_hash
. See description underpassword_hash
in see https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-put-user.html for more informationRole
https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-put-role.html
Rules
kibana_privileges
, exactly one of the following must be defined:grant_all
,grant_read
,grant_custom
kibana_privileges.grant_custom.custom_feature_privileges.features
value enum's list:discover
,dashboard
,canvas
,maps
,machine-learning
,graph
,visualize-library
,logs
,metrics
,apm-and-users-experience
,uptime
,security
,dev-tools
,advanced-settings
,index-pattern-managegement
,saved-objects-management
,fleet
,actions-and-connectors
,stack-alerts
,stack-monitoring
kibana_privileges.grant_custom.custom_feature_privileges.grant
value enum's list:all
,read
,none
(discuss: should we explicitly add anone
or the absence implies none?)kibana_privileges.grant_custom.custom_feature_privileges.short_url
is only supported when the feature is one of:discover
,dashboard
,visualize-library
kibana_privileges.grant_custom.custom_feature_privileges.store_search_session
is only supported when the feature is one of:discover
,dashboard
Role Mapping
Rules:
rules.user_field
value enum's list:username
,dn
,groups
,realm.name
rules.type
value enum's list:text
,number
,is-null
,boolean
rules
, at most one of:text_value
,number_value
orboolean_value
depending iftype
istext
,number
orboolean
. In casetype
isis-null
then no*_value
field can be definedAPI Key
https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-create-api-key.html
The text was updated successfully, but these errors were encountered: