Elastic website screenshot

Elastic

Elastic is a software company that builds search-powered solutions for observability, security, and search use cases. The Elastic Stack (Elasticsearch, Kibana, and related tools) lets organizations ingest, search, analyze, and visualize structured and unstructured data in real time. Elastic Cloud delivers managed Elasticsearch and Kibana deployments with REST APIs for both data operations and deployment management.

3 APIs 16 Features
SearchAnalyticsObservabilitySecurityVisualizationCloud

APIs

Elasticsearch REST API

The Elasticsearch REST API powers indexing, search, and cluster administration for the Elasticsearch search and analytics engine. It exposes operations for indexing documents, r...

Kibana API

The Kibana REST API manages Kibana resources including saved objects, data views, Spaces, connectors, and alerting rules. Calls are stateless and use the same authentication mec...

Elastic Cloud API

The Elastic Cloud API manages hosted Elasticsearch and Kibana deployments. It supports creating, updating, resizing, snapshotting, and deleting deployments, plus traffic filter ...

Collections

Kibana API

OPEN

GraphQL

Elastic GraphQL Schema

This conceptual GraphQL schema covers the Elastic platform — Elasticsearch, Kibana, APM, Machine Learning, Security, and Fleet. It maps the REST API surface described at [https:...

GRAPHQL

Pricing Plans

Elastic Plans Pricing

3 plans

PLANS

Rate Limits

Elastic Rate Limits

3 limits

RATE LIMITS

FinOps

Features

Elastic Cloud Hosted: resource-based with Standard/Gold/Platinum/Enterprise tiers
Elastic Serverless: VCU + storage usage-based for Search/Observability/Security
Self-managed: license-based for on-prem deployment
Multi-cloud: AWS, GCP, Azure
REST API for Elasticsearch, Kibana, APM
Bulk indexing API for high-throughput ingest
Throughput scales with cluster hardware
OAuth + API keys + JWT realm
Watcher for alerting on rules
ES|QL query language
Vector search with kNN
ELSER (Elastic Learned Sparse Encoder) for semantic search
Cross-cluster search/replication
Hot/Warm/Cold/Frozen data tiers
Index Lifecycle Management (ILM)
Compliance: SOC 2, HIPAA, FedRAMP (Enterprise)

JSON Structure

Elastic Structure

0 properties

JSON STRUCTURE

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
👥
GitHub
GitHub
🌐
Console
Console
💰
Pricing
Pricing
🔗
License
License
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Kibana API
  version: '9.0'
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: SavedObjects
    type: folder
  items:
  - info:
      name: Find saved objects
      type: http
    http:
      method: GET
      url: https://{deployment}.kb.{region}.cloud.es.io:9243/api/saved_objects/_find
      params:
      - name: type
        value: ''
        type: query
      - name: search
        value: ''
        type: query
      - name: per_page
        value: ''
        type: query
    docs: Find saved objects
  - info:
      name: Get a saved object
      type: http
    http:
      method: GET
      url: https://{deployment}.kb.{region}.cloud.es.io:9243/api/saved_objects/:type/:id
      params:
      - name: type
        value: ''
        type: path
      - name: id
        value: ''
        type: path
    docs: Get a saved object
  - info:
      name: Delete a saved object
      type: http
    http:
      method: DELETE
      url: https://{deployment}.kb.{region}.cloud.es.io:9243/api/saved_objects/:type/:id
      params:
      - name: type
        value: ''
        type: path
      - name: id
        value: ''
        type: path
    docs: Delete a saved object
- info:
    name: DataViews
    type: folder
  items:
  - info:
      name: List data views
      type: http
    http:
      method: GET
      url: https://{deployment}.kb.{region}.cloud.es.io:9243/api/data_views
    docs: List data views
- info:
    name: Spaces
    type: folder
  items:
  - info:
      name: List Kibana Spaces
      type: http
    http:
      method: GET
      url: https://{deployment}.kb.{region}.cloud.es.io:9243/api/spaces/space
    docs: List Kibana Spaces
- info:
    name: Status
    type: folder
  items:
  - info:
      name: Get Kibana server status
      type: http
    http:
      method: GET
      url: https://{deployment}.kb.{region}.cloud.es.io:9243/api/status
    docs: Get Kibana server status
bundled: true