---
title: 'Поддерживаемые операции OpenSearch'
sidebar_label: 'Поддерживаемые операции'
description: 'Какие операции OpenSearch мы поддерживаем'
sidebar_position: 12
toc_max_heading_level: 3
---

import {CustomTable} from '@selectel/docux/components'
import Formbricks from '@theme/MDXComponents/Formbricks'

# Поддерживаемые операции OpenSearch

В облачных базах данных поддерживаются не все операции OpenSearch. Доступны операции:

* /\_alias;

* /\_aliases;

* /\_all;

* /\_analyze;

* /\_bulk;

* /\_cat, кроме /\_cat/nodeattrs;

* /\_cluster/allocation/explain;

* /\_cluster/health;

* /\_cluster/pending\_tasks;

* /\_cluster/settings для опций:

  * `action.auto_create_index`;
  * `action.search.shard_count.limit`;
  * `indices.breaker.fielddata.limit`;
  * `indices.breaker.request.limit`;
  * `indices.breaker.total.limit`;
  * `cluster.max_shards_per_node`;
  * `cluster.search.request.slowlog.level`;
  * `cluster.search.request.slowlog.threshold.warn`;
  * `cluster.search.request.slowlog.threshold.info`;
  * `cluster.search.request.slowlog.threshold.debug`;
  * `cluster.search.request.slowlog.threshold.trace`;
  * `search.phase_took_enabled`;

* /\_cluster/state;

* /\_cluster/stats;

* /\_count;

* /\_dashboards;

* /\_delete\_by\_query;

* /\_explain;

* /\_flush;

* /\_ingest/pipeline;

* /\_list;

* /\_ltr;

* /\_mapping;

* /\_mget;

* /\_msearch;

* /\_mtermvectors;

* /\_nodes;

* /\_plugins/\_asynchronous\_search;

* /\_plugins/\_alerting;

* /\_plugins/\_anomaly\_detection;

* /\_plugins/\_ism;

* /\_plugins/\_ml;

* /\_plugins/\_notifications;

* /\_plugins/\_ppl;

* /\_plugins/\_security;

* /\_plugins/\_security\_analytics/\_snapshot/;

* /\_plugins/\_sql;

* /\_percolate;

* /\_rank\_eval;

* /\_refresh;

* /\_reindex1;

* /\_render;

* /\_resolve/index;

* /\_rollover;

* /\_scripts3;

* /\_search2;

* /\_search/pipeline;

* /\_search/point\_in\_time;

* /\_search profile;

* /\_shard\_stores;

* /\_shrink5;

* /\_snapshot, только GET;

* /\_split;

* /\_stats;

* /\_status;

* /\_tasks;

* /\_template;

* /\_update\_by\_query1;

* /\_validate

Описание операций можно посмотреть в разделе [API Reference](https://opensearch.org/docs/latest/api-reference/) документации OpenSearch.

<Formbricks />
