Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Elastic Stack (ELK Stack) Index API

The Index API from Elastic Stack (ELK Stack) — 3 operation(s) for index.

Elastic Stack (ELK Stack) Index API is one of 8 APIs that Elastic Stack (ELK Stack) publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Index. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 4 operations across 3 paths. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against 2 base URLs: http://localhost:9200, https://{host}:{port}.

4 operations 3 paths 0 schemas 1 DELETE1 GET2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Base URL
https://localhost:9200
Authentication
HTTP Basic, API Key
Contact
Resource Areas
1

Authentication & Security 2

Elastic Stack (ELK Stack) Index API declares 2 security schemes for authenticating requests. It accepts HTTP basic authentication (basicAuth). An API key is passed in the header as Authorization (apiKeyAuth). By default, every request must be authenticated.

  • apiKeyAuth — ApiKey

Paths & Operations 4

Across 3 paths, the API surfaces 4 operations — 1 DELETE, 1 GET, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Index 4
PUT
/{index}
Create index
createIndex 1 param → 200
DELETE
/{index}
Delete index
deleteIndex 1 param → 200
GET
/{index}/_mapping
Get index mappings
getIndexMapping 1 param → 200
PUT
/{index}/_settings
Update index settings
updateIndexSettings 1 param body → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

elk-stack-index-api-openapi.yml Raw ↑

Other APIs Elastic Stack (ELK Stack) publishes across the network.

Kibana API
Elastic Stack (ELK Stack) Cat API
Elastic Stack (ELK Stack) Cluster API
Elastic Stack (ELK Stack) Document API
Elastic Stack (ELK Stack) Ingest API
Elastic Stack (ELK Stack) Search API
Elastic Stack (ELK Stack) Snapshot API