Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/telemetry_check'
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Dec 16, 2024
1 parent f4529dd commit 638d769
Show file tree
Hide file tree
Showing 2 changed files with 166 additions and 166 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
{
"properties": {
"infraops": {
"properties": {
"last_24_hours": {
"properties": {
"hits": {
"properties": {
"infraops_hosts": {
"type": "long"
},
"infraops_docker": {
"type": "long"
},
"infraops_kubernetes": {
"type": "long"
},
"logs": {
"type": "long"
}
}
}
}
}
}
},
"investigation": {
"properties": {
"investigation": {
Expand Down Expand Up @@ -132,6 +156,148 @@
}
}
},
"logs_data": {
"properties": {
"data": {
"type": "array",
"items": {
"properties": {
"pattern_name": {
"type": "keyword",
"_meta": {
"description": "Logs pattern name representing the stream of logs"
}
},
"shipper": {
"type": "keyword",
"_meta": {
"description": "Shipper if present, sending the logs"
}
},
"doc_count": {
"type": "long",
"_meta": {
"description": "Total number of documents in the steam of logs"
}
},
"structure_level": {
"properties": {
"0": {
"type": "long",
"_meta": {
"description": "Total docs at structure level 0"
}
},
"1": {
"type": "long",
"_meta": {
"description": "Total docs at structure level 1"
}
},
"2": {
"type": "long",
"_meta": {
"description": "Total docs at structure level 2"
}
},
"3": {
"type": "long",
"_meta": {
"description": "Total docs at structure level 3"
}
},
"4": {
"type": "long",
"_meta": {
"description": "Total docs at structure level 4"
}
},
"5": {
"type": "long",
"_meta": {
"description": "Total docs at structure level 5"
}
},
"6": {
"type": "long",
"_meta": {
"description": "Total docs at structure level 6"
}
}
}
},
"failure_store_doc_count": {
"type": "long",
"_meta": {
"description": "Total number of documents in the failure store in the stream of logs"
}
},
"index_count": {
"type": "long",
"_meta": {
"description": "Total number of indices in the stream of logs"
}
},
"namespace_count": {
"type": "long",
"_meta": {
"description": "Total number of namespaces in the stream of logs"
}
},
"field_count": {
"type": "long",
"_meta": {
"description": "Total number of fields in mappings of indices of the stream of logs"
}
},
"field_existence": {
"properties": {
"DYNAMIC_KEY": {
"type": "long",
"_meta": {
"description": "Count of documents having the field represented by the key"
}
}
}
},
"size_in_bytes": {
"type": "long",
"_meta": {
"description": "Total size in bytes of the stream of logs"
}
},
"managed_by": {
"type": "array",
"items": {
"type": "keyword",
"_meta": {
"description": "Value captured in _meta.managed_by"
}
}
},
"package_name": {
"type": "array",
"items": {
"type": "keyword",
"_meta": {
"description": "Value captured in _meta.package.name"
}
}
},
"beat": {
"type": "array",
"items": {
"type": "keyword",
"_meta": {
"description": "Value captured in _meta.beat.name"
}
}
}
}
}
}
}
},
"slo": {
"properties": {
"slo": {
Expand Down
166 changes: 0 additions & 166 deletions x-pack/plugins/telemetry_collection_xpack/schema/xpack_plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -12907,30 +12907,6 @@
}
}
},
"infraops": {
"properties": {
"last_24_hours": {
"properties": {
"hits": {
"properties": {
"infraops_hosts": {
"type": "long"
},
"infraops_docker": {
"type": "long"
},
"infraops_kubernetes": {
"type": "long"
},
"logs": {
"type": "long"
}
}
}
}
}
}
},
"kibana_settings": {
"properties": {
"xpack": {
Expand All @@ -12942,148 +12918,6 @@
}
}
},
"logs_data": {
"properties": {
"data": {
"type": "array",
"items": {
"properties": {
"pattern_name": {
"type": "keyword",
"_meta": {
"description": "Logs pattern name representing the stream of logs"
}
},
"shipper": {
"type": "keyword",
"_meta": {
"description": "Shipper if present, sending the logs"
}
},
"doc_count": {
"type": "long",
"_meta": {
"description": "Total number of documents in the steam of logs"
}
},
"structure_level": {
"properties": {
"0": {
"type": "long",
"_meta": {
"description": "Total docs at structure level 0"
}
},
"1": {
"type": "long",
"_meta": {
"description": "Total docs at structure level 1"
}
},
"2": {
"type": "long",
"_meta": {
"description": "Total docs at structure level 2"
}
},
"3": {
"type": "long",
"_meta": {
"description": "Total docs at structure level 3"
}
},
"4": {
"type": "long",
"_meta": {
"description": "Total docs at structure level 4"
}
},
"5": {
"type": "long",
"_meta": {
"description": "Total docs at structure level 5"
}
},
"6": {
"type": "long",
"_meta": {
"description": "Total docs at structure level 6"
}
}
}
},
"failure_store_doc_count": {
"type": "long",
"_meta": {
"description": "Total number of documents in the failure store in the stream of logs"
}
},
"index_count": {
"type": "long",
"_meta": {
"description": "Total number of indices in the stream of logs"
}
},
"namespace_count": {
"type": "long",
"_meta": {
"description": "Total number of namespaces in the stream of logs"
}
},
"field_count": {
"type": "long",
"_meta": {
"description": "Total number of fields in mappings of indices of the stream of logs"
}
},
"field_existence": {
"properties": {
"DYNAMIC_KEY": {
"type": "long",
"_meta": {
"description": "Count of documents having the field represented by the key"
}
}
}
},
"size_in_bytes": {
"type": "long",
"_meta": {
"description": "Total size in bytes of the stream of logs"
}
},
"managed_by": {
"type": "array",
"items": {
"type": "keyword",
"_meta": {
"description": "Value captured in _meta.managed_by"
}
}
},
"package_name": {
"type": "array",
"items": {
"type": "keyword",
"_meta": {
"description": "Value captured in _meta.package.name"
}
}
},
"beat": {
"type": "array",
"items": {
"type": "keyword",
"_meta": {
"description": "Value captured in _meta.beat.name"
}
}
}
}
}
}
}
},
"maps": {
"properties": {
"mapsTotalCount": {
Expand Down

0 comments on commit 638d769

Please sign in to comment.