---
isPrivate: true
title: Why isn't Elasticsearch sending all my metrics?
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: >-
  Docs > Integrations > FAQ Integrations > Why isn't Elasticsearch sending all
  my metrics?
---

# Why isn't Elasticsearch sending all my metrics?

{% callout %}
# Important note for users on the following Datadog sites: us2.ddog-gov.com

{% alert level="info" %}
To find out if this integration is available in your organization, see your [Datadog Integrations](https://app.datadoghq.com/integrations) page or ask your organization administrator.

To initiate an exception request to enable this integration for your organization, email [support@ddog-gov.com](mailto:support@ddog-gov.com).
{% /alert %}

{% /callout %}

If you've configured the Elasticsearch integration but feel you are not being sent all the available metrics, it may be because your cluster is hosted externally. If this is the case, change your `elastic.yaml` configuration file to include `cluster_stats: true`. This parameter defaults to false for customers pointing to localhost.

Make sure to [restart your Agent](https://docs.datadoghq.com/agent/guide/agent-commands.md#start-stop-restart-the-agent) after updating this configuration, and you should be seeing more metrics coming in from this configuration.
