* Add agent framework documentation Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Add hidden model and API updates Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Vale error Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Updated field names Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Add updating credentials Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Added tools table Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Add OpenSearch forum thread for OS Assistant Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Add tech review for conv search Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Fix links Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Add tools Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Add links to tools Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * More info about tools Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Tool parameters Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Update cat-index-tool.md Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> * Parameter clarification Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Tech review feedback Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Typo fix Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * More tech review feedback: RAG tool Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Tech review feedback: memory APis Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Update _ml-commons-plugin/agents-tools/index.md Co-authored-by: Melissa Vagi <vagimeli@amazon.com> Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> * Update _ml-commons-plugin/agents-tools/tools/neural-sparse-tool.md Co-authored-by: Melissa Vagi <vagimeli@amazon.com> Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> * Update _ml-commons-plugin/agents-tools/tools/neural-sparse-tool.md Co-authored-by: Melissa Vagi <vagimeli@amazon.com> Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> * Update _ml-commons-plugin/agents-tools/tools/neural-sparse-tool.md Co-authored-by: Melissa Vagi <vagimeli@amazon.com> Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> * Update _ml-commons-plugin/opensearch-assistant.md Co-authored-by: Melissa Vagi <vagimeli@amazon.com> Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> * Update _ml-commons-plugin/agents-tools/tools/ppl-tool.md Co-authored-by: Melissa Vagi <vagimeli@amazon.com> Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Melissa Vagi <vagimeli@amazon.com> Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> * Separated search and get APIs and add conversational flow agent Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * More parameters for PPL tool Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Added more parameters Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Tech review feedback: PPL tool Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Apply suggestions from code review Co-authored-by: Nathan Bower <nbower@amazon.com> Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> * Rename to automating configurations Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Editorial comments on the new text Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Add parameter to PPl tool Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Changed link to configurations Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> * Rate limiter feedback and added warning Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> --------- Signed-off-by: Fanit Kolchina <kolchfa@amazon.com> Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Co-authored-by: Melissa Vagi <vagimeli@amazon.com> Co-authored-by: Nathan Bower <nbower@amazon.com>
5.3 KiB
layout | title | parent | nav_order |
---|---|---|---|
default | Plugin settings | Configuring OpenSearch | 100 |
Plugin settings
The following settings are related to OpenSearch plugins.
Alerting plugin settings
For information about alerting settings, see Alerting settings.
Anomaly Detection plugin settings
For information about anomaly detection settings, see Anomaly Detection settings.
Asynchronous Search plugin settings
For information about asynchronous search settings, see Asynchronous Search settings.
Cross-Cluster Replication plugin settings
For information about cross-cluster replication settings, see Replication settings.
Flow Framework plugin settings
For information about automatic workflow settings, see Workflow settings.
Geospatial plugin settings
For information about the Geospatial plugin's IP2Geo processor settings, see Cluster settings.
Index Management plugin settings
For information about index state management (ISM) settings, see ISM settings.
Index rollup settings
For information about index rollup settings, see Index rollup settings.
Job Scheduler plugin settings
For information about the Job Scheduler plugin settings, see Job Scheduler cluster settings.
k-NN plugin settings
For information about k-NN settings, see k-NN settings.
ML Commons plugin settings
For information about machine learning settings, see ML Commons cluster settings.
Neural Search plugin settings
The Security Analytics plugin supports the following settings:
plugins.neural_search.hybrid_search_disabled
(Dynamic, Boolean): Disables hybrid search. Default isfalse
.
Notifications plugin settings
The Notifications plugin supports the following settings. All settings in this list are dynamic:
-
opensearch.notifications.core.allowed_config_types
(List): The allowed configuration types of the Notifications plugin. Use theGET /_plugins/_notifications/features
API to retrieve the value of this setting. Configuration types includeslack
,chime
,microsoft_teams
,webhook
,email
,sns
,ses_account
,smtp_account
, andemail_group
. -
opensearch.notifications.core.email.minimum_header_length
(Integer): The minimum email header length. Used for email message total length validation. Default is160
. -
opensearch.notifications.core.email.size_limit
(Integer): The email size limit. Used for email message total length validation. Default is10000000
. -
opensearch.notifications.core.http.connection_timeout
(Integer): The internal HTTP client connection timeout. The client is used for webhook-based notification channels. Default is5000
. -
opensearch.notifications.core.http.host_deny_list
(List): A list of denied hosts. The HTTP client does not send notifications to webhook URLs in this list. -
opensearch.notifications.core.http.max_connection_per_route
(Integer): The maximum number of HTTP connections per route of the internal HTTP client. The client is used for webhook-based notification channels. Default is20
. -
opensearch.notifications.core.http.max_connections
(Integer): The maximum number of HTTP connections of the internal HTTP client. The client is used for webhook-based notification channels. Default is60
. -
opensearch.notifications.core.http.socket_timeout
(Integer): The socket timeout configuration of the internal HTTP client. The client is used for webhook-based notification channels. Default is50000
. -
opensearch.notifications.core.tooltip_support
(Boolean): Enables tooltip support for the Notifications plugin. Use theGET /_plugins/_notifications/features
API to retrieve the value of this setting. Default istrue
. -
opensearch.notifications.general.filter_by_backend_roles
(Boolean): Enables filtering by backend roles (role-based access control for the notification channels). Default isfalse
.
Query Insights plugin settings
For information about Query Insights plugin settings, see Query insights settings.
Security plugin settings
For information about the Security plugin settings, see Security settings.
Security Analytics plugin settings
For information about security analytics settings, see Security Analytics settings.
SQL plugin settings
For information about settings related to SQL and PPL, see SQL settings.