How to add a custom Search Attribute to a Cluster using tctl
Use the `tctl admin cluster add-search-attributes` command to add a custom Search Attribute to your Temporal Cluster.
Use the `tctl admin cluster add-search-attributes` command to add a custom Search Attribute to your Temporal Cluster.
To integrate Elasticsearch with your Temporal Cluster, edit the `persistence` section of your `development.yaml` configuration file and run the index schema setup commands.
Use the `tctl admin cluster remove-search-attributes` command to remove a Search Attribute from a Cluster's metadata.
A List Filter is the SQL-like string that is provided as the parameter to an Advanced Visibility List API.
A Search Attribute is an indexed name used in List Filters to filter a list of Workflow Executions that have the Search Attribute in their metadata.
Advanced Visibility, within the Temporal Platform, is the subsystem and APIs that enable the listing, filtering, and sorting of Workflow Executions through an SQL-like query syntax.
Standard Visibility, within the Temporal Platform, is the subsystem and APIs that list Workflow Executions by a predefined set of filters.