Skip to main content
Supported OpenSearch operations

Supported OpenSearch operations

Not all OpenSearch operations are supported in cloud databases, operations are available:

  • /_alias;

  • /_aliases;

  • /_all;

  • /_analyze;

  • /_bulk;

  • /_cat, except /_cat/nodeattrs;

  • /_cluster/allocation/explain;

  • /_cluster/health;

  • /_cluster/pending_tasks;

  • /_cluster/settings for 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

Description of operations can be found in the section API Reference OpenSearch documentation.