Skip to content

Commit

Permalink
manual changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Dec 12, 2024
1 parent 204c9ac commit f89ddfc
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 133 deletions.
1 change: 1 addition & 0 deletions packages/kbn-babel-preset/styled_components_files.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = {
USES_STYLED_COMPONENTS: [
/packages[\/\\]kbn-ui-shared-deps-(npm|src)[\/\\]/,
/src[\/\\]plugins[\/\\](kibana_react)[\/\\]/,
/x-pack[\/\\]solutions[\/\\]observability[\/\\]plugins[\/\\]/,
/x-pack[\/\\]plugins[\/\\](observability_solution\/apm|beats_management|fleet|observability_solution\/infra|lists|observability_solution\/observability|observability_solution\/observability_shared|observability_solution\/exploratory_view|security_solution|timelines|observability_solution\/synthetics|observability_solution\/ux|observability_solution\/uptime)[\/\\]/,
/x-pack[\/\\]test[\/\\]plugin_functional[\/\\]plugins[\/\\]resolver_test[\/\\]/,
/x-pack[\/\\]packages[\/\\]elastic_assistant[\/\\]/,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,136 @@
{
"properties": {}
"properties": {
"investigation": {
"properties": {
"investigation": {
"properties": {
"total": {
"type": "long",
"_meta": {
"description": "The total number of investigations in the cluster"
}
},
"by_status": {
"properties": {
"triage": {
"type": "long",
"_meta": {
"description": "The number of investigations in triage status in the cluster"
}
},
"active": {
"type": "long",
"_meta": {
"description": "The number of investigations in active status in the cluster"
}
},
"mitigated": {
"type": "long",
"_meta": {
"description": "The number of investigations in mitigated status in the cluster"
}
},
"resolved": {
"type": "long",
"_meta": {
"description": "The number of investigations in resolved status in the cluster"
}
},
"cancelled": {
"type": "long",
"_meta": {
"description": "The number of investigations in cancelled status in the cluster"
}
}
}
},
"by_origin": {
"properties": {
"alert": {
"type": "long",
"_meta": {
"description": "The number of investigations created from alerts in the cluster"
}
},
"blank": {
"type": "long",
"_meta": {
"description": "The number of investigations created from scratch in the cluster"
}
}
}
},
"items": {
"properties": {
"avg": {
"type": "long",
"_meta": {
"description": "The average number of items across all investigations in the cluster"
}
},
"p90": {
"type": "long",
"_meta": {
"description": "The 90th percentile of the number of items across all investigations in the cluster"
}
},
"p95": {
"type": "long",
"_meta": {
"description": "The 95th percentile of the number of items across all investigations in the cluster"
}
},
"max": {
"type": "long",
"_meta": {
"description": "The maximum number of items across all investigations in the cluster"
}
},
"min": {
"type": "long",
"_meta": {
"description": "The minimum number of items across all investigations in the cluster"
}
}
}
},
"notes": {
"properties": {
"avg": {
"type": "long",
"_meta": {
"description": "The average number of notes across all investigations in the cluster"
}
},
"p90": {
"type": "long",
"_meta": {
"description": "The 90th percentile of the number of notes across all investigations in the cluster"
}
},
"p95": {
"type": "long",
"_meta": {
"description": "The 95th percentile of the number of notes across all investigations in the cluster"
}
},
"max": {
"type": "long",
"_meta": {
"description": "The maximum number of notes across all investigations in the cluster"
}
},
"min": {
"type": "long",
"_meta": {
"description": "The minimum number of notes across all investigations in the cluster"
}
}
}
}
}
}
}
}
}
}
132 changes: 0 additions & 132 deletions x-pack/plugins/telemetry_collection_xpack/schema/xpack_plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -13643,138 +13643,6 @@
}
}
},
"investigation": {
"properties": {
"investigation": {
"properties": {
"total": {
"type": "long",
"_meta": {
"description": "The total number of investigations in the cluster"
}
},
"by_status": {
"properties": {
"triage": {
"type": "long",
"_meta": {
"description": "The number of investigations in triage status in the cluster"
}
},
"active": {
"type": "long",
"_meta": {
"description": "The number of investigations in active status in the cluster"
}
},
"mitigated": {
"type": "long",
"_meta": {
"description": "The number of investigations in mitigated status in the cluster"
}
},
"resolved": {
"type": "long",
"_meta": {
"description": "The number of investigations in resolved status in the cluster"
}
},
"cancelled": {
"type": "long",
"_meta": {
"description": "The number of investigations in cancelled status in the cluster"
}
}
}
},
"by_origin": {
"properties": {
"alert": {
"type": "long",
"_meta": {
"description": "The number of investigations created from alerts in the cluster"
}
},
"blank": {
"type": "long",
"_meta": {
"description": "The number of investigations created from scratch in the cluster"
}
}
}
},
"items": {
"properties": {
"avg": {
"type": "long",
"_meta": {
"description": "The average number of items across all investigations in the cluster"
}
},
"p90": {
"type": "long",
"_meta": {
"description": "The 90th percentile of the number of items across all investigations in the cluster"
}
},
"p95": {
"type": "long",
"_meta": {
"description": "The 95th percentile of the number of items across all investigations in the cluster"
}
},
"max": {
"type": "long",
"_meta": {
"description": "The maximum number of items across all investigations in the cluster"
}
},
"min": {
"type": "long",
"_meta": {
"description": "The minimum number of items across all investigations in the cluster"
}
}
}
},
"notes": {
"properties": {
"avg": {
"type": "long",
"_meta": {
"description": "The average number of notes across all investigations in the cluster"
}
},
"p90": {
"type": "long",
"_meta": {
"description": "The 90th percentile of the number of notes across all investigations in the cluster"
}
},
"p95": {
"type": "long",
"_meta": {
"description": "The 95th percentile of the number of notes across all investigations in the cluster"
}
},
"max": {
"type": "long",
"_meta": {
"description": "The maximum number of notes across all investigations in the cluster"
}
},
"min": {
"type": "long",
"_meta": {
"description": "The minimum number of notes across all investigations in the cluster"
}
}
}
}
}
}
}
},
"kibana_settings": {
"properties": {
"xpack": {
Expand Down

0 comments on commit f89ddfc

Please sign in to comment.