---
title: "Supported OpenSearch operations"
sidebar_label: "Supported operations"
description: "What OpenSearch operations we support"
sidebar_position: 12
toc_max_heading_level: 3
---

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

# Supported OpenSearch operations

Not all OpenSearch operations are supported in Managed Databases. The following operations are available:

* /\_alias;

* /\_aliases;

* /\_all;

* /\_analyze;

* /\_bulk;

* /\_cat, except for /\_cat/nodeattrs;

* /\_cluster/allocation/explain;

* /\_cluster/health;

* /\_cluster/pending\_tasks;

* /\_cluster/settings for the following options:

  * `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 only;

* /\_split;

* /\_stats;

* /\_status;

* /\_tasks;

* /\_template;

* /\_update\_by\_query1;

* /\_validate

Operation descriptions are available in the [API Reference](https://opensearch.org/docs/latest/api-reference/) of the OpenSearch documentation.

<Formbricks />
