---
title: Facets
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > Event Management > Events Explorer > Facets
---

# Facets

## Overview{% #overview %}

By default, Datadog indexes event attributes as facets. Facets are accessible from the Event Explorer facet side-panel, analytics, and monitors.

A facet displays the distinct members of an attribute or a tag and provides basic analytics, such as the number of events represented. Facets allow you to pivot or filter your datasets based on a given attribute. To filter, select the values that you want to see.

{% image
   source="https://datadog-docs.imgix.net/images/service_management/events/explorer/facets-location.b941a647f7c6de2330980f24dcd74f54.png?auto=format"
   alt="Facets side-panel" /%}

### Create a facet{% #create-a-facet %}

To add a facet, use the **+ Add** in the left side panel.

After you add the facet, the value of this attribute is stored for all new views, and you can use it in facet side panels. You can also use it to group by in [pattern-based correlations](https://docs.datadoghq.com/events/correlation/patterns/), event monitors, and graph widgets.

### Reserved attributes{% #reserved-attributes %}

**Host**, **Service** and **Status** are part of the core Event Attributes. You can not create new facet on service, host and status tag.

For Datadog monitor events, the first event tag in alphabetic order is used to set the event attribute. For example, for an event with multiple service tags `service:bcd; service:ace`, `service:ace` will be used to set event attribute.

## Further reading{% #further-reading %}

- [Learn about reserved attributes](https://docs.datadoghq.com/service_management/events/explorer/attributes)
