Skip to content

Commit

Permalink
update telemetry mapping files
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Dec 24, 2024
1 parent b687681 commit b1b0368
Showing 1 changed file with 0 additions and 133 deletions.
133 changes: 0 additions & 133 deletions x-pack/plugins/telemetry_collection_xpack/schema/xpack_plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -12553,139 +12553,6 @@
}
}
},
"fleet": {
"properties": {
"agents_enabled": {
"type": "boolean"
},
"agents": {
"properties": {
"total_enrolled": {
"type": "long",
"_meta": {
"description": "The total number of enrolled agents, in any state"
}
},
"healthy": {
"type": "long",
"_meta": {
"description": "The total number of enrolled agents in a healthy state"
}
},
"unhealthy": {
"type": "long",
"_meta": {
"description": "The total number of enrolled agents in an unhealthy state"
}
},
"updating": {
"type": "long",
"_meta": {
"description": "The total number of enrolled agents in an updating state"
}
},
"offline": {
"type": "long",
"_meta": {
"description": "The total number of enrolled agents currently offline"
}
},
"inactive": {
"type": "long",
"_meta": {
"description": "The total number of of enrolled agents currently inactive"
}
},
"unenrolled": {
"type": "long",
"_meta": {
"description": "The total number of agents currently unenrolled"
}
},
"total_all_statuses": {
"type": "long",
"_meta": {
"description": "The total number of agents in any state, both enrolled and inactive"
}
}
}
},
"fleet_server": {
"properties": {
"total_enrolled": {
"type": "long",
"_meta": {
"description": "The total number of enrolled Fleet Server agents, in any state"
}
},
"total_all_statuses": {
"type": "long",
"_meta": {
"description": "The total number of Fleet Server agents in any state, both enrolled and inactive."
}
},
"healthy": {
"type": "long",
"_meta": {
"description": "The total number of enrolled Fleet Server agents in a healthy state."
}
},
"unhealthy": {
"type": "long",
"_meta": {
"description": "The total number of enrolled Fleet Server agents in an unhealthy state"
}
},
"updating": {
"type": "long",
"_meta": {
"description": "The total number of enrolled Fleet Server agents in an updating state"
}
},
"offline": {
"type": "long",
"_meta": {
"description": "The total number of enrolled Fleet Server agents currently offline"
}
},
"inactive": {
"type": "long",
"_meta": {
"description": "The total number of enrolled Fleet Server agents currently inactive"
}
},
"unenrolled": {
"type": "long",
"_meta": {
"description": "The total number of unenrolled Fleet Server agents"
}
},
"num_host_urls": {
"type": "long",
"_meta": {
"description": "The number of Fleet Server hosts configured in Fleet settings."
}
}
}
},
"packages": {
"type": "array",
"items": {
"properties": {
"name": {
"type": "keyword"
},
"version": {
"type": "keyword"
},
"enabled": {
"type": "boolean"
}
}
}
}
}
},
"infraops": {
"properties": {
"last_24_hours": {
Expand Down

0 comments on commit b1b0368

Please sign in to comment.