﻿---
title: Deployment or Cluster view in AutoOps
description: The Deployment view (for Elastic Cloud Hosted deployments) or Cluster view (for ECE, ECK, and self-managed clusters), is the event control panel that...
url: https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/6673/deploy-manage/monitor/autoops/ec-autoops-deployment-view
products:
  - Elastic Cloud Enterprise
  - Elastic Cloud Hosted
  - Elastic Cloud on Kubernetes
applies_to:
  - Elastic Stack: Generally available
---

# Deployment or Cluster view in AutoOps
The **Deployment** view (for Elastic Cloud Hosted deployments) or **Cluster** view (for ECE, ECK, and self-managed clusters), is the event control panel that gives you an overview of the events, resource usage, and performance of your deployments or clusters.
To get to this view, go to AutoOps in your deployment or cluster and select **Deployment** or **Cluster** from the side navigation.
Use the **Deployment** or **Cluster** dropdown at the top of the screen to select which deployment or cluster you want to view, and use the date picker on the right side of the screen to select a time period for the data shown.

## Sections in the Deployment or Cluster view

The **Deployment** or **Cluster** view shows the following information.

### Events over time

The **Events over time** panel shows events triggered in the selected deployment or cluster charted across the selected time period. The information is displayed in a color-coded heat map to help you understand when and how often a particular event occurred.
Click on any tile to view a flyout with additional details about the particular event it represents. Refer to [AutoOps events](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/6673/deploy-manage/monitor/autoops/ec-autoops-events) for more details.

### Open events

The **Open events** tab shows open events in the selected deployment or cluster. Select an event to view a flyout with additional details.
When the conditions that triggered the event no longer exist, the event is automatically set to close and appear in the **Event history** tab.

### Event history

The **Event history** tab shows events in the selected deployment or cluster that were triggered in the past but are now closed because of changed conditions.
Let's say your cluster experiences a peak in search rate, triggering a "Too many tasks on queue" event. When your cluster comes down from that peak, your search rate relaxes and the event is no longer an issue, but it will appear in the **Event history** tab for your record.
<note>
  A closed event does not necessarily mean that the issue has been resolved. It just means that AutoOps does not currently detect it.
</note>


### Resources

The **Resources** panel provides a quick overview of Elasticsearch cluster resource usage. The resources are presented based on their respective data tiers and include usage of JVM memory, system memory, CPU, and storage over the selected time period. This panel also offers essential cluster information such as the Elasticsearch version, total number of nodes, total number of shards, and total volume of used storage.
![Screenshot showing the Resources panel in the AutoOps Deployment or Cluster view](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/6673/deploy-manage/images/cloud-autoops-deployment-resources.png)


### Performance

The **Performance** panel shows the following key performance metrics across all shards in the deployment or cluster, and within the selected data tiers:
- **Search rate**: The number of search requests executed per second.
- **Search latency**: The average latency of search operations.
- **Indexing rate**: The number of documents indexed per second.
- **Indexing latency**: The average latency of indexing operations.

![Screenshot showing the Performance panel in the AutoOps Deployment or Cluster view](https://docs-v3-preview.elastic.dev/elastic/docs-content/pull/6673/deploy-manage/images/cloud-autoops-deployment-performance.png)