{
  "schema": "kallipolis.resource-quality.v1",
  "id": "resource.infrastructure.elasticsearch",
  "version": "1.0.0",
  "title": "Elasticsearch search infrastructure boundary",
  "summary": "Official-source search API, index privilege, bearer/basic/API-key authentication, query, mutation, and result boundaries for Elasticsearch.",
  "content": {
    "kind": "infrastructure-boundary",
    "facts": [
      {
        "id": "fact.elasticsearch.search-api.model",
        "statement": "Elasticsearch exposes GET and POST search operations across clusters, indexes, data streams, and aliases with explicit request and response contracts.",
        "normativeLevel": "informative",
        "sourceIds": [
          "source.elasticsearch.search-api"
        ]
      },
      {
        "id": "fact.elasticsearch.search-api.read",
        "statement": "Searching a secured target requires the applicable read index privilege, and cross-cluster or point-in-time searches add their own privilege boundaries.",
        "normativeLevel": "informative",
        "sourceIds": [
          "source.elasticsearch.search-api"
        ]
      },
      {
        "id": "fact.elasticsearch.search-api.write",
        "statement": "Indexing, updating, deleting, API-key creation, and security changes are different operations and cannot be inferred from search access.",
        "normativeLevel": "informative",
        "sourceIds": [
          "source.elasticsearch.search-api"
        ]
      },
      {
        "id": "fact.elasticsearch.search-api.boundary",
        "statement": "Bearer, basic, and API-key credentials are secrets; a search response does not prove completeness, freshness, exact ranking, mutation authority, or production integration.",
        "normativeLevel": "informative",
        "sourceIds": [
          "source.elasticsearch.search-api"
        ]
      }
    ]
  },
  "language": "en",
  "category": "data-knowledge-infrastructure",
  "state": "prepared",
  "canonicalUrl": "https://platoskallipolis.com/resources/data-knowledge-infrastructure/elasticsearch.json",
  "contentHash": "sha256:633b11661dbd76ba1d92d90575efa55bef4cb7a259b1830166230b66d9f3a118",
  "owner": {
    "id": "platos-kallipolis",
    "name": "Plato's Kallipolis",
    "type": "organization",
    "accountabilityUrl": "https://platoskallipolis.com/about"
  },
  "access": {
    "mode": "public",
    "url": "https://platoskallipolis.com/resources/data-knowledge-infrastructure/elasticsearch.json",
    "authentication": "none",
    "robotsAllowed": true
  },
  "provenance": {
    "method": "primary-source",
    "sources": [
      {
        "id": "source.elasticsearch.search-api",
        "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/search-search.html",
        "title": "Run a search",
        "publisher": "Elastic",
        "observedAt": "2026-08-27T01:40:00Z"
      }
    ]
  },
  "observedAt": "2026-08-27T01:40:00Z",
  "freshness": {
    "policy": "max-age",
    "state": "current",
    "nextReviewAt": "2026-09-03T01:40:00Z",
    "maxAgeSeconds": 604800
  },
  "license": {
    "id": "source-terms-apply",
    "url": "https://www.elastic.co/legal/terms-of-use",
    "redistributionAllowed": false
  },
  "evidence": [
    {
      "id": "evidence.elasticsearch.search-api",
      "type": "source-claim",
      "url": "https://www.elastic.co/guide/en/elasticsearch/reference/current/search-search.html",
      "observedAt": "2026-08-27T01:40:00Z"
    }
  ]
}
