Set up transforms
To use the transforms, you must have the appropriate license and at least one transform node in your Elasticsearch cluster. If Elastic Stack security features are enabled, you must also ensure your users have the necessary privileges.
Transform nodes
To use transforms, there must be at least one transform node in your cluster. If you want to control which nodes run transforms, add or remove transform
from the node.roles
setting on some nodes. For more information, see Node and Transforms settings.
Security privileges
The Elasticsearch security features provide built-in roles and privileges that make it easier to control which users can manage or view transforms.
To view the configuration and status of transforms, you must have:
transform_user
built-in role ormonitor_transform
cluster privileges
To manage transforms, you must have:
transform_admin
built-in role ormanage_transform
cluster privilegesread
andview_index_metadata
index privileges on source indicesread
,create_index
, andindex
index privileges on destination indices
For more information, see Security privileges and Built-in roles.