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

elasticsearch.aggregated_cost_analysis_report_data_index.json Maven / Gradle / Ivy

There is a newer version: 1.5.11
Show newest version
{
  "mappings": {
    "properties": {
      "id": {
        "type": "keyword"
      },
      "timestamp": {
        "type": "date"
      },
      "reportDataType": {
        "type": "keyword"
      },
      "data": {
        "properties": {
          "unusedDataAssets": {
            "properties": {
              "count": {
                "properties": {
                  "threeDays": {"type": "float"},
                  "sevenDays": {"type": "float"},
                  "fourteenDays": {"type": "float"},
                  "thirtyDays": {"type": "float"},
                  "sixtyDays": {"type": "float"}
                }
              },
              "size": {
                "properties": {
                  "threeDays": {"type": "float"},
                  "sevenDays": {"type": "float"},
                  "fourteenDays": {"type": "float"},
                  "thirtyDays": {"type": "float"},
                  "sixtyDays": {"type": "float"}
                }
              },
              "totalSize": {"type": "float"},
              "totalCount": {"type": "float"}
            }
          },
          "frequentlyUsedDataAssets": {
            "properties": {
              "count": {
                "properties": {
                  "threeDays": {"type": "float"},
                  "sevenDays": {"type": "float"},
                  "fourteenDays": {"type": "float"},
                  "thirtyDays": {"type": "float"},
                  "sixtyDays": {"type": "float"}
                }
              },
              "size": {
                "properties": {
                  "threeDays": {"type": "float"},
                  "sevenDays": {"type": "float"},
                  "fourteenDays": {"type": "float"},
                  "thirtyDays": {"type": "float"},
                  "sixtyDays": {"type": "float"}
                }
              },
              "totalSize": {"type": "float"},
              "totalCount": {"type": "float"}
            }
          },
          "totalCount": {"type": "float"},
          "totalSize": {"type": "float"},
          "serviceName": {"type": "keyword"},
          "serviceType": {"type": "keyword"},
          "entityType": {"type": "keyword"},
          "serviceOwner": {"type": "keyword"}
        }
      },
      "entityType": {"type": "keyword"}
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy