All Downloads are FREE. Search and download functionalities are using the official Maven repository.

elasticsearch.entity_report_data_index.json Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
{
  "mappings": {
    "properties": {
      "timestamp": {
        "type": "date"
      },
      "reportDataType": {
        "type": "keyword"
      },
      "data": {
        "properties": {
          "id": {
            "type": "text"
          },
          "serviceName": {
            "type": "keyword"
          },
          "team": {
            "type": "keyword"
          },
          "entityTier": {
            "type": "keyword"
          },
          "entityType": {
            "type": "keyword"
          },
          "organization": {
            "type": "text"
          },
          "hasOwner": {
            "type": "integer"
          },
          "missingOwner": {
            "type": "integer"
          },
          "missingDescriptions": {
            "type": "integer"
          },
          "completedDescriptions": {
            "type": "integer"
          },
          "entityCount": {
            "type": "integer"
          }
        }
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy